Html Css Color HEX #ABEDE0 Water Leaf

📋 copy color: '#ABEDE0'

red 171 ◦ green 237 ◦ blue 224

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

Shades of Water Leaf #ABEDE0

Tints of Water Leaf #ABEDE0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.5%

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

R = 27.06%
G = 37.5%
B = 35.44%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#ABEDE0 (or 0xABEDE0) is known color: Water Leaf. HEX triplet: AB, ED and E0. RGB value is (171,237,224). Sum of RGB (Red+Green+Blue) = 171+237+224=632 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.06% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 224 (87.89% from 255 or 35.44% from 632); Max value from RGB is 237 - color contains mainly: green. Hex color #ABEDE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEDE0 is #54121F. Grayscale: #D7D7D7. Windows color (decimal): -5509664 or 14740907. OLE color: 14740907.

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

Color convert

RGB 171 237 224 -
CMYK 0.28 0 0.05 0.07
HSL 168.18º 0.65% 0.8% -
HSV(B) 168.18º 0.28% 0.93% -
XYZ 60.53 74.61 81.73 -
YUV 215.78 132.63 96.06 -
System Red Green Blue C M Y K H S L
Decimal 171 237 224 0.28 0 0.05 0.07 168.18 0.65 0.8
Hex AB ED E0 1C 0 5 7 A8 41 50
Octal 253 355 340 34 0 5 7 250 101 120
Binary 10101011 11101101 11100000 11100 0 101 111 10101000 1000001 1010000

Color Harmonies of #ABEDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEDE0

Black with #ABEDE0

Text Example


Text Example

White with #ABEDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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