Html Css Color HEX #ABEBE0 Water Leaf

📋 copy color: '#ABEBE0'

red 171 ◦ green 235 ◦ blue 224

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

Shades of Water Leaf #ABEBE0

Tints of Water Leaf #ABEBE0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.3%

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

R = 27.14%
G = 37.3%
B = 35.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#ABEBE0 (or 0xABEBE0) is known color: Water Leaf. HEX triplet: AB, EB and E0. RGB value is (171,235,224). Sum of RGB (Red+Green+Blue) = 171+235+224=630 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.14% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 224 (87.89% from 255 or 35.56% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEBE0 is #54141F. Grayscale: #D6D6D6. Windows color (decimal): -5510176 or 14740395. OLE color: 14740395.

HSL color Cylindrical-coordinate representation of color #ABEBE0: hue angle of 169.69º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABEBE0 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 235 224 -
CMYK 0.27 0 0.05 0.08
HSL 169.69º 0.62% 0.8% -
HSV(B) 169.69º 0.27% 0.92% -
XYZ 59.96 73.46 81.54 -
YUV 214.61 133.3 96.89 -
System Red Green Blue C M Y K H S L
Decimal 171 235 224 0.27 0 0.05 0.08 169.69 0.62 0.8
Hex AB EB E0 1B 0 5 8 AA 3E 50
Octal 253 353 340 33 0 5 10 252 76 120
Binary 10101011 11101011 11100000 11011 0 101 1000 10101010 111110 1010000

Color Harmonies of #ABEBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEBE0

Black with #ABEBE0

Text Example


Text Example

White with #ABEBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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