Html Css Color HEX #A6F1DC Water Leaf

📋 copy color: '#A6F1DC'

red 166 ◦ green 241 ◦ blue 220

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

Shades of Water Leaf #A6F1DC

Tints of Water Leaf #A6F1DC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.44%

 BLUE value IS 220 (86.33% from 255) = 35.09%

R = 26.48%
G = 38.44%
B = 35.09%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#A6F1DC (or 0xA6F1DC) is known color: Water Leaf. HEX triplet: A6, F1 and DC. RGB value is (166,241,220). Sum of RGB (Red+Green+Blue) = 166+241+220=627 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.48% from 627); Green value is 241 (94.53% from 255 or 38.44% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F1DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F1DC is #590E23. Grayscale: #D8D8D8. Windows color (decimal): -5836324 or 14479782. OLE color: 14479782.

HSL color Cylindrical-coordinate representation of color #A6F1DC: hue angle of 163.2º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6F1DC is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 241 220 -
CMYK 0.31 0 0.09 0.05
HSL 163.2º 0.73% 0.8% -
HSV(B) 163.2º 0.31% 0.95% -
XYZ 60.1 76.18 79.25 -
YUV 216.18 130.15 92.21 -
System Red Green Blue C M Y K H S L
Decimal 166 241 220 0.31 0 0.09 0.05 163.2 0.73 0.8
Hex A6 F1 DC 1F 0 9 5 A3 49 50
Octal 246 361 334 37 0 11 5 243 111 120
Binary 10100110 11110001 11011100 11111 0 1001 101 10100011 1001001 1010000

Color Harmonies of #A6F1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F1DC

Black with #A6F1DC

Text Example


Text Example

White with #A6F1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F1DC; }

 p { color: rgb(166,241,220); }

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

background-color css

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

 a { background-color: rgb(166,241,220); }

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

border-color css

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

 span { border-color: rgb(166,241,220); }

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