#ABFFB4

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

Shades of Celadon #ABFFB4

Tints of Celadon #ABFFB4

Color information

#ABFFB4 (or 0xABFFB4) is unknown color: approx Celadon. HEX triplet: AB, FF and B4. RGB value is (171,255,180). Sum of RGB (Red+Green+Blue) = 171+255+180=606 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.22% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 180 (70.70% from 255 or 29.70% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFFB4 is #54004B. Grayscale: #DDDDDD. Windows color (decimal): -5505100 or 11861931. OLE color: 11861931.

HSL color Cylindrical-coordinate representation of color #ABFFB4: hue angle of 126.43º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFFB4 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB171255180-
CMYK0.3300.290
HSL126.43º100%83.53%-
HSV(B)126.43º32.94%100%-
XYZ60.7983.4756.09-
YUV221.33104.6792.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.22%
GREEN value IS 255 (100% from 255) = 42.08%
BLUE value IS 180 (70.70% from 255) = 29.70%
R=28.22%
G=42.08%
B=29.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1712551800.3300.290126.4310083.53
HexABFFB42101D07e6454
Octal253377264410350176144124
Binary1010101111111111101101001000010111010111111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFFB4; }

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

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

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

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

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

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

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

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