#ABFBAB

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

Shades of Celadon #ABFBAB

Tints of Celadon #ABFBAB

Color information

#ABFBAB (or 0xABFBAB) is unknown color: approx Celadon. HEX triplet: AB, FB and AB. RGB value is (171,251,171). Sum of RGB (Red+Green+Blue) = 171+251+171=593 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.84% from 593); Green value is 251 (98.44% from 255 or 42.33% from 593); Blue value is 171 (67.19% from 255 or 28.84% from 593); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFBAB is #540454. Grayscale: #DADADA. Windows color (decimal): -5506133 or 11271083. OLE color: 11271083.

HSL color Cylindrical-coordinate representation of color #ABFBAB: hue angle of 120º degrees, saturation: 0.91, 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 #ABFBAB is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB171251171-
CMYK0.3200.320.02
HSL120º90.91%82.75%-
HSV(B)120º31.87%98.43%-
XYZ58.6480.5950.99-
YUV217.96101.594.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.84%
GREEN value IS 251 (98.44% from 255) = 42.33%
BLUE value IS 171 (67.19% from 255) = 28.84%
R=28.84%
G=42.33%
B=28.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712511710.3200.320.0212090.9182.75
HexABFBAB200202785b53
Octal253373253400402170133123
Binary101010111111101110101011100000010000010111100010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFBAB; }

 p { color: rgb(171,251,171); }

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

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

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

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

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

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

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