Html Css Color HEX #A6FEE6 Water Leaf

📋 copy color: '#A6FEE6'

red 166 ◦ green 254 ◦ blue 230

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

Shades of Water Leaf #A6FEE6

Tints of Water Leaf #A6FEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.38%

R = 25.54%
G = 39.08%
B = 35.38%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#A6FEE6 (or 0xA6FEE6) is known color: Water Leaf. HEX triplet: A6, FE and E6. RGB value is (166,254,230). Sum of RGB (Red+Green+Blue) = 166+254+230=650 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.54% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 230 (90.23% from 255 or 35.38% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FEE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FEE6 is #590119. Grayscale: #E0E0E0. Windows color (decimal): -5832986 or 15138470. OLE color: 15138470.

HSL color Cylindrical-coordinate representation of color #A6FEE6: hue angle of 163.64º 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 #A6FEE6 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB 166 254 230 -
CMYK 0.35 0 0.09 0.00
HSL 163.64º 0.98% 0.82% -
HSV(B) 163.64º 0.35% 1% -
XYZ 65.45 84.7 87.76 -
YUV 224.95 130.85 85.95 -
System Red Green Blue C M Y K H S L
Decimal 166 254 230 0.35 0 0.09 0.00 163.64 0.98 0.82
Hex A6 FE E6 23 0 9 0 A4 62 52
Octal 246 376 346 43 0 11 0 244 142 122
Binary 10100110 11111110 11100110 100011 0 1001 0 10100100 1100010 1010010

Color Harmonies of #A6FEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FEE6

Black with #A6FEE6

Text Example


Text Example

White with #A6FEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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