#A4FCB5

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

Shades of Celadon #A4FCB5

Tints of Celadon #A4FCB5

Color information

#A4FCB5 (or 0xA4FCB5) is unknown color: approx Celadon. HEX triplet: A4, FC and B5. RGB value is (164,252,181). Sum of RGB (Red+Green+Blue) = 164+252+181=597 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.47% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 181 (71.09% from 255 or 30.32% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FCB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FCB5 is #5B034A. Grayscale: #D9D9D9. Windows color (decimal): -5964619 or 11926692. OLE color: 11926692.

HSL color Cylindrical-coordinate representation of color #A4FCB5: hue angle of 131.59º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FCB5 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB164252181-
CMYK0.3500.280.01
HSL131.59º93.62%81.57%-
HSV(B)131.59º34.92%98.82%-
XYZ58.4680.8556.24-
YUV217.59107.3589.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.47%
GREEN value IS 252 (98.83% from 255) = 42.21%
BLUE value IS 181 (71.09% from 255) = 30.32%
R=27.47%
G=42.21%
B=30.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642521810.3500.280.01131.5993.6281.57
HexA4FCB52301C1845e52
Octal244374265430341204136122
Binary10100100111111001011010110001101110011000010010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FCB5; }

 p { color: rgb(164,252,181); }

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

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

 a { background-color: rgb(164,252,181); }

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

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

 span { border-color: rgb(164,252,181); }

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