Html Css Color HEX #ABF2E4 Water Leaf

📋 copy color: '#ABF2E4'

red 171 ◦ green 242 ◦ blue 228

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

Shades of Water Leaf #ABF2E4

Tints of Water Leaf #ABF2E4

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.75%

 BLUE value IS 228 (89.45% from 255) = 35.57%

R = 26.68%
G = 37.75%
B = 35.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#ABF2E4 (or 0xABF2E4) is known color: Water Leaf. HEX triplet: AB, F2 and E4. RGB value is (171,242,228). Sum of RGB (Red+Green+Blue) = 171+242+228=641 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.68% from 641); Green value is 242 (94.92% from 255 or 37.75% from 641); Blue value is 228 (89.45% from 255 or 35.57% from 641); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF2E4 is #540D1B. Grayscale: #DBDBDB. Windows color (decimal): -5508380 or 15004331. OLE color: 15004331.

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

Color convert

RGB 171 242 228 -
CMYK 0.29 0 0.06 0.05
HSL 168.17º 0.73% 0.81% -
HSV(B) 168.17º 0.29% 0.95% -
XYZ 62.55 77.76 85.11 -
YUV 219.18 132.98 93.64 -
System Red Green Blue C M Y K H S L
Decimal 171 242 228 0.29 0 0.06 0.05 168.17 0.73 0.81
Hex AB F2 E4 1D 0 6 5 A8 49 51
Octal 253 362 344 35 0 6 5 250 111 121
Binary 10101011 11110010 11100100 11101 0 110 101 10101000 1001001 1010001

Color Harmonies of #ABF2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF2E4

Black with #ABF2E4

Text Example


Text Example

White with #ABF2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF2E4; }

 p { color: rgb(171,242,228); }

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

background-color css

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

 a { background-color: rgb(171,242,228); }

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

border-color css

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

 span { border-color: rgb(171,242,228); }

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