Html Css Color HEX #ABEEE0 Water Leaf

📋 copy color: '#ABEEE0'

red 171 ◦ green 238 ◦ blue 224

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

Shades of Water Leaf #ABEEE0

Tints of Water Leaf #ABEEE0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.6%

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

R = 27.01%
G = 37.6%
B = 35.39%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ABEEE0 (or 0xABEEE0) is known color: Water Leaf. HEX triplet: AB, EE and E0. RGB value is (171,238,224). Sum of RGB (Red+Green+Blue) = 171+238+224=633 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.01% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 224 (87.89% from 255 or 35.39% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #ABEEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEEE0 is #54111F. Grayscale: #D8D8D8. Windows color (decimal): -5509408 or 14741163. OLE color: 14741163.

HSL color Cylindrical-coordinate representation of color #ABEEE0: hue angle of 167.46º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEEE0 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 238 224 -
CMYK 0.28 0 0.06 0.07
HSL 167.46º 0.66% 0.8% -
HSV(B) 167.46º 0.28% 0.93% -
XYZ 60.82 75.19 81.83 -
YUV 216.37 132.3 95.64 -
System Red Green Blue C M Y K H S L
Decimal 171 238 224 0.28 0 0.06 0.07 167.46 0.66 0.8
Hex AB EE E0 1C 0 6 7 A7 42 50
Octal 253 356 340 34 0 6 7 247 102 120
Binary 10101011 11101110 11100000 11100 0 110 111 10100111 1000010 1010000

Color Harmonies of #ABEEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEEE0

Black with #ABEEE0

Text Example


Text Example

White with #ABEEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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