#ABF1B4

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

Shades of Celadon #ABF1B4

Tints of Celadon #ABF1B4

Color information

#ABF1B4 (or 0xABF1B4) is unknown color: approx Celadon. HEX triplet: AB, F1 and B4. RGB value is (171,241,180). Sum of RGB (Red+Green+Blue) = 171+241+180=592 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.89% from 592); Green value is 241 (94.53% from 255 or 40.71% from 592); Blue value is 180 (70.70% from 255 or 30.41% from 592); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF1B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF1B4 is #540E4B. Grayscale: #D5D5D5. Windows color (decimal): -5508684 or 11858347. OLE color: 11858347.

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

Color convert

RGB171241180-
CMYK0.2900.250.05
HSL127.71º71.43%80.78%-
HSV(B)127.71º29.05%94.51%-
XYZ56.4974.8654.65-
YUV213.12109.3197.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.89%
GREEN value IS 241 (94.53% from 255) = 40.71%
BLUE value IS 180 (70.70% from 255) = 30.41%
R=28.89%
G=40.71%
B=30.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712411800.2900.250.05127.7171.4380.78
HexABF1B41D0195804751
Octal253361264350315200107121
Binary101010111111000110110100111010110011011000000010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF1B4; }

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

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

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

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

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

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

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

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