Html Css Color HEX #ABFDE4 Water Leaf

📋 copy color: '#ABFDE4'

red 171 ◦ green 253 ◦ blue 228

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

Shades of Water Leaf #ABFDE4

Tints of Water Leaf #ABFDE4

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.8%

 BLUE value IS 228 (89.45% from 255) = 34.97%

R = 26.23%
G = 38.8%
B = 34.97%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#ABFDE4 (or 0xABFDE4) is known color: Water Leaf. HEX triplet: AB, FD and E4. RGB value is (171,253,228). Sum of RGB (Red+Green+Blue) = 171+253+228=652 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.23% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 228 (89.45% from 255 or 34.97% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFDE4 is #54021B. Grayscale: #E1E1E1. Windows color (decimal): -5505564 or 15007147. OLE color: 15007147.

HSL color Cylindrical-coordinate representation of color #ABFDE4: hue angle of 161.71º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFDE4 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 253 228 -
CMYK 0.32 0 0.10 0.01
HSL 161.71º 0.95% 0.83% -
HSV(B) 161.71º 0.32% 0.99% -
XYZ 65.92 84.51 86.24 -
YUV 225.63 129.33 89.03 -
System Red Green Blue C M Y K H S L
Decimal 171 253 228 0.32 0 0.10 0.01 161.71 0.95 0.83
Hex AB FD E4 20 0 A 1 A2 5F 53
Octal 253 375 344 40 0 12 1 242 137 123
Binary 10101011 11111101 11100100 100000 0 1010 1 10100010 1011111 1010011

Color Harmonies of #ABFDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFDE4

Black with #ABFDE4

Text Example


Text Example

White with #ABFDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFDE4; }

 p { color: rgb(171,253,228); }

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

background-color css

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

 a { background-color: rgb(171,253,228); }

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

border-color css

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

 span { border-color: rgb(171,253,228); }

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