#ABF1B0

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

Shades of Celadon #ABF1B0

Tints of Celadon #ABF1B0

Color information

#ABF1B0 (or 0xABF1B0) is unknown color: approx Celadon. HEX triplet: AB, F1 and B0. RGB value is (171,241,176). Sum of RGB (Red+Green+Blue) = 171+241+176=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 241 (94.53% from 255 or 40.99% from 588); Blue value is 176 (69.14% from 255 or 29.93% from 588); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF1B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF1B0 is #540E4F. Grayscale: #D4D4D4. Windows color (decimal): -5508688 or 11596203. OLE color: 11596203.

HSL color Cylindrical-coordinate representation of color #ABF1B0: hue angle of 124.29º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF1B0 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB171241176-
CMYK0.2900.270.05
HSL124.29º71.43%80.78%-
HSV(B)124.29º29.05%94.51%-
XYZ56.0974.752.54-
YUV212.66107.3198.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.08%
GREEN value IS 241 (94.53% from 255) = 40.99%
BLUE value IS 176 (69.14% from 255) = 29.93%
R=29.08%
G=40.99%
B=29.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712411760.2900.270.05124.2971.4380.78
HexABF1B01D01B57c4751
Octal253361260350335174107121
Binary10101011111100011011000011101011011101111110010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF1B0; }

 p { color: rgb(171,241,176); }

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

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

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

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

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

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

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