Html Css Color HEX #A6F1DD Water Leaf

📋 copy color: '#A6F1DD'

red 166 ◦ green 241 ◦ blue 221

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

Shades of Water Leaf #A6F1DD

Tints of Water Leaf #A6F1DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.19%

R = 26.43%
G = 38.38%
B = 35.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#A6F1DD (or 0xA6F1DD) is known color: Water Leaf. HEX triplet: A6, F1 and DD. RGB value is (166,241,221). Sum of RGB (Red+Green+Blue) = 166+241+221=628 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.43% from 628); Green value is 241 (94.53% from 255 or 38.38% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F1DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F1DD is #590E22. Grayscale: #D8D8D8. Windows color (decimal): -5836323 or 14545318. OLE color: 14545318.

HSL color Cylindrical-coordinate representation of color #A6F1DD: hue angle of 164º 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 #A6F1DD is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 241 221 -
CMYK 0.31 0 0.08 0.05
HSL 164º 0.73% 0.8% -
HSV(B) 164º 0.31% 0.95% -
XYZ 60.23 76.24 79.95 -
YUV 216.3 130.65 92.13 -
System Red Green Blue C M Y K H S L
Decimal 166 241 221 0.31 0 0.08 0.05 164 0.73 0.8
Hex A6 F1 DD 1F 0 8 5 A4 49 50
Octal 246 361 335 37 0 10 5 244 111 120
Binary 10100110 11110001 11011101 11111 0 1000 101 10100100 1001001 1010000

Color Harmonies of #A6F1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F1DD

Black with #A6F1DD

Text Example


Text Example

White with #A6F1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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