#ABF6E6

Color #ABF6E6 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #ABF6E6

Tints of Water Leaf #ABF6E6

Color information

#ABF6E6 (or 0xABF6E6) is unknown color: approx Water Leaf. HEX triplet: AB, F6 and E6. RGB value is (171,246,230). Sum of RGB (Red+Green+Blue) = 171+246+230=647 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.43% from 647); Green value is 246 (96.48% from 255 or 38.02% from 647); Blue value is 230 (90.23% from 255 or 35.55% from 647); Max value from RGB is 246 - color contains mainly: green. Hex color #ABF6E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF6E6 is #540919. Grayscale: #DDDDDD. Windows color (decimal): -5507354 or 15136427. OLE color: 15136427.

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

Color convert

RGB171246230-
CMYK0.3000.070.04
HSL167.2º80.65%81.76%-
HSV(B)167.2º30.49%96.47%-
XYZ64.0380.2886.98-
YUV221.75132.6591.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.43%
GREEN value IS 246 (96.48% from 255) = 38.02%
BLUE value IS 230 (90.23% from 255) = 35.55%
R=26.43%
G=38.02%
B=35.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712462300.3000.070.04167.280.6581.76
HexABF6E61E074a75152
Octal25336634636074247121122
Binary1010101111110110111001101111001111001010011110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF6E6; }

 p { color: rgb(171,246,230); }

 H1.HeaderClassName
 {
   color: #ABF6E6;
 }
 .AnyTagClassName
 {
   color: #ABF6E6;
 }
</style>
background-color css

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

 a { background-color: rgb(171,246,230); }

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

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

 span { border-color: rgb(171,246,230); }

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