Html Css Color HEX #A2EDB6 Fringy Flower

📋 copy color: '#A2EDB6'

red 162 ◦ green 237 ◦ blue 182

#A2EDB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #A2EDB6

Tints of Fringy Flower #A2EDB6

RGB

 RED value IS 162 (63.67% from 255) = 27.88%

 GREEN value IS 237 (92.97% from 255) = 40.79%

 BLUE value IS 182 (71.48% from 255) = 31.33%

R = 27.88%
G = 40.79%
B = 31.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A2EDB6 (or 0xA2EDB6) is known color: Fringy Flower. HEX triplet: A2, ED and B6. RGB value is (162,237,182). Sum of RGB (Red+Green+Blue) = 162+237+182=581 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.88% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 182 (71.48% from 255 or 31.33% from 581); Max value from RGB is 237 - color contains mainly: green. Hex color #A2EDB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EDB6 is #5D1249. Grayscale: #D0D0D0. Windows color (decimal): -6099530 or 11988386. OLE color: 11988386.

HSL color Cylindrical-coordinate representation of color #A2EDB6: hue angle of 136º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2EDB6 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 237 182 -
CMYK 0.32 0 0.23 0.07
HSL 136º 0.68% 0.78% -
HSV(B) 136º 0.32% 0.93% -
XYZ 53.63 71.63 55.25 -
YUV 208.31 113.15 94.97 -
System Red Green Blue C M Y K H S L
Decimal 162 237 182 0.32 0 0.23 0.07 136 0.68 0.78
Hex A2 ED B6 20 0 17 7 88 44 4E
Octal 242 355 266 40 0 27 7 210 104 116
Binary 10100010 11101101 10110110 100000 0 10111 111 10001000 1000100 1001110

Color Harmonies of #A2EDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EDB6

Black with #A2EDB6

Text Example


Text Example

White with #A2EDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EDB6; }

 p { color: rgb(162,237,182); }

 H1.HeaderClassName
 {
   color: #A2EDB6;
 }
 .AnyTagClassName
 {
   color: #A2EDB6;
 }
</style>

background-color css

<style>
 a { background-color: #A2EDB6; }

 a { background-color: rgb(162,237,182); }

 div.DivClassName
 {
   background-color: #A2EDB6;
 }
 .BgClassName
 {
   background-color: #A2EDB6;
 }
</style>

border-color css

<style>
 span { border-color: #A2EDB6; }

 span { border-color: rgb(162,237,182); }

 td.TdClassName
 {
   border-color: #A2EDB6;
 }
 .TagClassName
 {
   border-color: #A2EDB6;
 }
</style>