Html Css Color HEX #A6F6DF Water Leaf

📋 copy color: '#A6F6DF'

red 166 ◦ green 246 ◦ blue 223

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

Shades of Water Leaf #A6F6DF

Tints of Water Leaf #A6F6DF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.74%

 BLUE value IS 223 (87.5% from 255) = 35.12%

R = 26.14%
G = 38.74%
B = 35.12%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#A6F6DF (or 0xA6F6DF) is known color: Water Leaf. HEX triplet: A6, F6 and DF. RGB value is (166,246,223). Sum of RGB (Red+Green+Blue) = 166+246+223=635 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.14% from 635); Green value is 246 (96.48% from 255 or 38.74% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 246 - color contains mainly: green. Hex color #A6F6DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F6DF is #590920. Grayscale: #DBDBDB. Windows color (decimal): -5835041 or 14677670. OLE color: 14677670.

HSL color Cylindrical-coordinate representation of color #A6F6DF: hue angle of 162.75º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6F6DF is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 166 246 223 -
CMYK 0.33 0 0.09 0.04
HSL 162.75º 0.82% 0.81% -
HSV(B) 162.75º 0.33% 0.96% -
XYZ 62 79.35 81.86 -
YUV 219.46 130 89.87 -
System Red Green Blue C M Y K H S L
Decimal 166 246 223 0.33 0 0.09 0.04 162.75 0.82 0.81
Hex A6 F6 DF 21 0 9 4 A3 52 51
Octal 246 366 337 41 0 11 4 243 122 121
Binary 10100110 11110110 11011111 100001 0 1001 100 10100011 1010010 1010001

Color Harmonies of #A6F6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F6DF

Black with #A6F6DF

Text Example


Text Example

White with #A6F6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F6DF; }

 p { color: rgb(166,246,223); }

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

background-color css

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

 a { background-color: rgb(166,246,223); }

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

border-color css

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

 span { border-color: rgb(166,246,223); }

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