Html Css Color HEX #ABEFE0 Water Leaf

📋 copy color: '#ABEFE0'

red 171 ◦ green 239 ◦ blue 224

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

Shades of Water Leaf #ABEFE0

Tints of Water Leaf #ABEFE0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.7%

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

R = 26.97%
G = 37.7%
B = 35.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#ABEFE0 (or 0xABEFE0) is known color: Water Leaf. HEX triplet: AB, EF and E0. RGB value is (171,239,224). Sum of RGB (Red+Green+Blue) = 171+239+224=634 (83% of max value = 765). Red value is 171 (67.19% from 255 or 26.97% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEFE0 is #54101F. Grayscale: #D8D8D8. Windows color (decimal): -5509152 or 14741419. OLE color: 14741419.

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

Color convert

RGB 171 239 224 -
CMYK 0.28 0 0.06 0.06
HSL 166.76º 0.68% 0.8% -
HSV(B) 166.76º 0.28% 0.94% -
XYZ 61.12 75.77 81.93 -
YUV 216.96 131.97 95.22 -
System Red Green Blue C M Y K H S L
Decimal 171 239 224 0.28 0 0.06 0.06 166.76 0.68 0.8
Hex AB EF E0 1C 0 6 6 A7 44 50
Octal 253 357 340 34 0 6 6 247 104 120
Binary 10101011 11101111 11100000 11100 0 110 110 10100111 1000100 1010000

Color Harmonies of #ABEFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEFE0

Black with #ABEFE0

Text Example


Text Example

White with #ABEFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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