Html Css Color HEX #ABF2E5 Water Leaf

📋 copy color: '#ABF2E5'

red 171 ◦ green 242 ◦ blue 229

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

Shades of Water Leaf #ABF2E5

Tints of Water Leaf #ABF2E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.67%

R = 26.64%
G = 37.69%
B = 35.67%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#ABF2E5 (or 0xABF2E5) is known color: Water Leaf. HEX triplet: AB, F2 and E5. RGB value is (171,242,229). Sum of RGB (Red+Green+Blue) = 171+242+229=642 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.64% from 642); Green value is 242 (94.92% from 255 or 37.69% from 642); Blue value is 229 (89.84% from 255 or 35.67% from 642); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF2E5 is #540D1A. Grayscale: #DBDBDB. Windows color (decimal): -5508379 or 15069867. OLE color: 15069867.

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

Color convert

RGB 171 242 229 -
CMYK 0.29 0 0.05 0.05
HSL 169.01º 0.73% 0.81% -
HSV(B) 169.01º 0.29% 0.95% -
XYZ 62.69 77.82 85.85 -
YUV 219.29 133.48 93.56 -
System Red Green Blue C M Y K H S L
Decimal 171 242 229 0.29 0 0.05 0.05 169.01 0.73 0.81
Hex AB F2 E5 1D 0 5 5 A9 49 51
Octal 253 362 345 35 0 5 5 251 111 121
Binary 10101011 11110010 11100101 11101 0 101 101 10101001 1001001 1010001

Color Harmonies of #ABF2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF2E5

Black with #ABF2E5

Text Example


Text Example

White with #ABF2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF2E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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