#ABEDE3

Color #ABEDE3 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #ABEDE3

Tints of Water Leaf #ABEDE3

Color information

#ABEDE3 (or 0xABEDE3) is unknown color: approx Water Leaf. HEX triplet: AB, ED and E3. RGB value is (171,237,227). Sum of RGB (Red+Green+Blue) = 171+237+227=635 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.93% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 227 (89.06% from 255 or 35.75% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #ABEDE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEDE3 is #54121C. Grayscale: #D8D8D8. Windows color (decimal): -5509661 or 14937515. OLE color: 14937515.

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

Color convert

RGB171237227-
CMYK0.2800.040.07
HSL170.91º64.71%80%-
HSV(B)170.91º27.85%92.94%-
XYZ60.9474.7783.89-
YUV216.13134.1395.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.93%
GREEN value IS 237 (92.97% from 255) = 37.32%
BLUE value IS 227 (89.06% from 255) = 35.75%
R=26.93%
G=37.32%
B=35.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712372270.2800.040.07170.9164.7180
HexABEDE31C047ab4150
Octal25335534334047253101120
Binary1010101111101101111000111110001001111010101110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEDE3; }

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

 H1.HeaderClassName
 {
   color: #ABEDE3;
 }
 .AnyTagClassName
 {
   color: #ABEDE3;
 }
</style>
background-color css

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

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

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

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

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

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