Html Css Color HEX #ABF1E0 Water Leaf

📋 copy color: '#ABF1E0'

red 171 ◦ green 241 ◦ blue 224

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

Shades of Water Leaf #ABF1E0

Tints of Water Leaf #ABF1E0

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.89%

 BLUE value IS 224 (87.89% from 255) = 35.22%

R = 26.89%
G = 37.89%
B = 35.22%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#ABF1E0 (or 0xABF1E0) is known color: Water Leaf. HEX triplet: AB, F1 and E0. RGB value is (171,241,224). Sum of RGB (Red+Green+Blue) = 171+241+224=636 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.89% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 224 (87.89% from 255 or 35.22% from 636); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF1E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF1E0 is #540E1F. Grayscale: #DADADA. Windows color (decimal): -5508640 or 14741931. OLE color: 14741931.

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

Color convert

RGB 171 241 224 -
CMYK 0.29 0 0.07 0.05
HSL 165.43º 0.71% 0.81% -
HSV(B) 165.43º 0.29% 0.95% -
XYZ 61.7 76.95 82.12 -
YUV 218.13 131.31 94.38 -
System Red Green Blue C M Y K H S L
Decimal 171 241 224 0.29 0 0.07 0.05 165.43 0.71 0.81
Hex AB F1 E0 1D 0 7 5 A5 47 51
Octal 253 361 340 35 0 7 5 245 107 121
Binary 10101011 11110001 11100000 11101 0 111 101 10100101 1000111 1010001

Color Harmonies of #ABF1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF1E0

Black with #ABF1E0

Text Example


Text Example

White with #ABF1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF1E0; }

 p { color: rgb(171,241,224); }

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

background-color css

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

 a { background-color: rgb(171,241,224); }

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

border-color css

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

 span { border-color: rgb(171,241,224); }

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