#ABFFE3

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

Shades of Water Leaf #ABFFE3

Tints of Water Leaf #ABFFE3

Color information

#ABFFE3 (or 0xABFFE3) is unknown color: approx Water Leaf. HEX triplet: AB, FF and E3. RGB value is (171,255,227). Sum of RGB (Red+Green+Blue) = 171+255+227=653 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.19% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 227 (89.06% from 255 or 34.76% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFFE3 is #54001C. Grayscale: #E2E2E2. Windows color (decimal): -5505053 or 14942123. OLE color: 14942123.

HSL color Cylindrical-coordinate representation of color #ABFFE3: hue angle of 160º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFFE3 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB171255227-
CMYK0.3300.110
HSL160º100%83.53%-
HSV(B)160º32.94%100%-
XYZ66.4285.7285.72-
YUV226.69128.1788.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.19%
GREEN value IS 255 (100% from 255) = 39.05%
BLUE value IS 227 (89.06% from 255) = 34.76%
R=26.19%
G=39.05%
B=34.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1712552270.3300.11016010083.53
HexABFFE3210B0a06454
Octal253377343410130240144124
Binary1010101111111111111000111000010101101010000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFFE3; }

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

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

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

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

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

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

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

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