Html Css Color HEX #A6EFDF Water Leaf

📋 copy color: '#A6EFDF'

red 166 ◦ green 239 ◦ blue 223

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

Shades of Water Leaf #A6EFDF

Tints of Water Leaf #A6EFDF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.06%

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

R = 26.43%
G = 38.06%
B = 35.51%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#A6EFDF (or 0xA6EFDF) is known color: Water Leaf. HEX triplet: A6, EF and DF. RGB value is (166,239,223). Sum of RGB (Red+Green+Blue) = 166+239+223=628 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.43% from 628); Green value is 239 (93.75% from 255 or 38.06% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 239 - color contains mainly: green. Hex color #A6EFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EFDF is #591020. Grayscale: #D7D7D7. Windows color (decimal): -5836833 or 14675878. OLE color: 14675878.

HSL color Cylindrical-coordinate representation of color #A6EFDF: hue angle of 166.85º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6EFDF is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 239 223 -
CMYK 0.31 0 0.07 0.06
HSL 166.85º 0.7% 0.79% -
HSV(B) 166.85º 0.31% 0.94% -
XYZ 59.91 75.17 81.16 -
YUV 215.35 132.32 92.8 -
System Red Green Blue C M Y K H S L
Decimal 166 239 223 0.31 0 0.07 0.06 166.85 0.7 0.79
Hex A6 EF DF 1F 0 7 6 A7 46 4F
Octal 246 357 337 37 0 7 6 247 106 117
Binary 10100110 11101111 11011111 11111 0 111 110 10100111 1000110 1001111

Color Harmonies of #A6EFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EFDF

Black with #A6EFDF

Text Example


Text Example

White with #A6EFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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