#ABFAAE

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

Shades of Celadon #ABFAAE

Tints of Celadon #ABFAAE

Color information

#ABFAAE (or 0xABFAAE) is unknown color: approx Celadon. HEX triplet: AB, FA and AE. RGB value is (171,250,174). Sum of RGB (Red+Green+Blue) = 171+250+174=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFAAE is #540551. Grayscale: #D9D9D9. Windows color (decimal): -5506386 or 11467435. OLE color: 11467435.

HSL color Cylindrical-coordinate representation of color #ABFAAE: hue angle of 122.28º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFAAE is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB171250174-
CMYK0.3200.300.02
HSL122.28º88.76%82.55%-
HSV(B)122.28º31.6%98.04%-
XYZ58.6280.0952.41-
YUV217.72103.3394.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.74%
GREEN value IS 250 (98.05% from 255) = 42.02%
BLUE value IS 174 (68.36% from 255) = 29.24%
R=28.74%
G=42.02%
B=29.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712501740.3200.300.02122.2888.7682.55
HexABFAAE2001E27a5953
Octal253372256400362172131123
Binary10101011111110101010111010000001111010111101010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFAAE; }

 p { color: rgb(171,250,174); }

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

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

 a { background-color: rgb(171,250,174); }

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

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

 span { border-color: rgb(171,250,174); }

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