Html Css Color HEX #ABF0E3 Water Leaf

📋 copy color: '#ABF0E3'

red 171 ◦ green 240 ◦ blue 227

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

Shades of Water Leaf #ABF0E3

Tints of Water Leaf #ABF0E3

RGB

 RED value IS 171 (67.19% from 255) = 26.8%

 GREEN value IS 240 (94.14% from 255) = 37.62%

 BLUE value IS 227 (89.06% from 255) = 35.58%

R = 26.8%
G = 37.62%
B = 35.58%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#ABF0E3 (or 0xABF0E3) is known color: Water Leaf. HEX triplet: AB, F0 and E3. RGB value is (171,240,227). Sum of RGB (Red+Green+Blue) = 171+240+227=638 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.80% from 638); Green value is 240 (94.14% from 255 or 37.62% from 638); Blue value is 227 (89.06% from 255 or 35.58% from 638); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF0E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF0E3 is #540F1C. Grayscale: #D9D9D9. Windows color (decimal): -5508893 or 14938283. OLE color: 14938283.

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

Color convert

RGB 171 240 227 -
CMYK 0.29 0 0.05 0.06
HSL 168.7º 0.7% 0.81% -
HSV(B) 168.7º 0.29% 0.94% -
XYZ 61.82 76.52 84.19 -
YUV 217.89 133.14 94.56 -
System Red Green Blue C M Y K H S L
Decimal 171 240 227 0.29 0 0.05 0.06 168.7 0.7 0.81
Hex AB F0 E3 1D 0 5 6 A9 46 51
Octal 253 360 343 35 0 5 6 251 106 121
Binary 10101011 11110000 11100011 11101 0 101 110 10101001 1000110 1010001

Color Harmonies of #ABF0E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF0E3

Black with #ABF0E3

Text Example


Text Example

White with #ABF0E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF0E3; }

 p { color: rgb(171,240,227); }

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

background-color css

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

 a { background-color: rgb(171,240,227); }

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

border-color css

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

 span { border-color: rgb(171,240,227); }

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