Html Css Color HEX #A6FEE5 Water Leaf

📋 copy color: '#A6FEE5'

red 166 ◦ green 254 ◦ blue 229

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

Shades of Water Leaf #A6FEE5

Tints of Water Leaf #A6FEE5

RGB

 RED value IS 166 (65.23% from 255) = 25.58%

 GREEN value IS 254 (99.61% from 255) = 39.14%

 BLUE value IS 229 (89.84% from 255) = 35.29%

R = 25.58%
G = 39.14%
B = 35.29%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#A6FEE5 (or 0xA6FEE5) is known color: Water Leaf. HEX triplet: A6, FE and E5. RGB value is (166,254,229). Sum of RGB (Red+Green+Blue) = 166+254+229=649 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.58% from 649); Green value is 254 (99.61% from 255 or 39.14% from 649); Blue value is 229 (89.84% from 255 or 35.29% from 649); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FEE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FEE5 is #59011A. Grayscale: #E0E0E0. Windows color (decimal): -5832987 or 15072934. OLE color: 15072934.

HSL color Cylindrical-coordinate representation of color #A6FEE5: hue angle of 162.95º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6FEE5 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB 166 254 229 -
CMYK 0.35 0 0.10 0.00
HSL 162.95º 0.98% 0.82% -
HSV(B) 162.95º 0.35% 1% -
XYZ 65.31 84.65 87.03 -
YUV 224.84 130.35 86.03 -
System Red Green Blue C M Y K H S L
Decimal 166 254 229 0.35 0 0.10 0.00 162.95 0.98 0.82
Hex A6 FE E5 23 0 A 0 A3 62 52
Octal 246 376 345 43 0 12 0 243 142 122
Binary 10100110 11111110 11100101 100011 0 1010 0 10100011 1100010 1010010

Color Harmonies of #A6FEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FEE5

Black with #A6FEE5

Text Example


Text Example

White with #A6FEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FEE5; }

 p { color: rgb(166,254,229); }

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

background-color css

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

 a { background-color: rgb(166,254,229); }

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

border-color css

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

 span { border-color: rgb(166,254,229); }

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