Html Css Color HEX #A2ECB6 Fringy Flower

📋 copy color: '#A2ECB6'

red 162 ◦ green 236 ◦ blue 182

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

Shades of Fringy Flower #A2ECB6

Tints of Fringy Flower #A2ECB6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.69%

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

R = 27.93%
G = 40.69%
B = 31.38%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#A2ECB6 (or 0xA2ECB6) is known color: Fringy Flower. HEX triplet: A2, EC and B6. RGB value is (162,236,182). Sum of RGB (Red+Green+Blue) = 162+236+182=580 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.93% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 182 (71.48% from 255 or 31.38% from 580); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2ECB6 is #5D1349. Grayscale: #CFCFCF. Windows color (decimal): -6099786 or 11988130. OLE color: 11988130.

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

Color convert

RGB 162 236 182 -
CMYK 0.31 0 0.23 0.07
HSL 136.22º 0.66% 0.78% -
HSV(B) 136.22º 0.31% 0.93% -
XYZ 53.34 71.05 55.16 -
YUV 207.72 113.48 95.39 -
System Red Green Blue C M Y K H S L
Decimal 162 236 182 0.31 0 0.23 0.07 136.22 0.66 0.78
Hex A2 EC B6 1F 0 17 7 88 42 4E
Octal 242 354 266 37 0 27 7 210 102 116
Binary 10100010 11101100 10110110 11111 0 10111 111 10001000 1000010 1001110

Color Harmonies of #A2ECB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2ECB6

Black with #A2ECB6

Text Example


Text Example

White with #A2ECB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2ECB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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