#ABF1B2

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

Shades of Celadon #ABF1B2

Tints of Celadon #ABF1B2

Color information

#ABF1B2 (or 0xABF1B2) is unknown color: approx Celadon. HEX triplet: AB, F1 and B2. RGB value is (171,241,178). Sum of RGB (Red+Green+Blue) = 171+241+178=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 241 (94.53% from 255 or 40.85% from 590); Blue value is 178 (69.92% from 255 or 30.17% from 590); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF1B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF1B2 is #540E4D. Grayscale: #D5D5D5. Windows color (decimal): -5508686 or 11727275. OLE color: 11727275.

HSL color Cylindrical-coordinate representation of color #ABF1B2: hue angle of 126º 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 #ABF1B2 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB171241178-
CMYK0.2900.260.05
HSL126º71.43%80.78%-
HSV(B)126º29.05%94.51%-
XYZ56.2974.7853.59-
YUV212.89108.3198.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.98%
GREEN value IS 241 (94.53% from 255) = 40.85%
BLUE value IS 178 (69.92% from 255) = 30.17%
R=28.98%
G=40.85%
B=30.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712411780.2900.260.0512671.4380.78
HexABF1B21D01A57e4751
Octal253361262350325176107121
Binary10101011111100011011001011101011010101111111010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF1B2; }

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

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

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

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

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

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

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

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