Shades of Celadon #A5FCB2
Tints of Celadon #A5FCB2
RGB
CMYK
RGB Variations
Color information
#A5FCB2 (or 0xA5FCB2) is known color: Celadon. HEX triplet: A5, FC and B2. RGB value is (165,252,178). Sum of RGB (Red+Green+Blue) = 165+252+178=595 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.73% from 595); Green value is 252 (98.83% from 255 or 42.35% from 595); Blue value is 178 (69.92% from 255 or 29.92% from 595); Max value from RGB is 252 - color contains mainly: green. Hex color #A5FCB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5FCB2 is #5A034D. Grayscale: #D9D9D9. Windows color (decimal): -5899086 or 11730085. OLE color: 11730085.
HSL color Cylindrical-coordinate representation of color #A5FCB2: hue angle of 128.97º 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 #A5FCB2 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 252 | 178 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.01 |
| HSL | 128.97º | 0.94% | 0.82% | - |
| HSV(B) | 128.97º | 0.35% | 0.99% | - |
| XYZ | 58.36 | 80.83 | 54.65 | - |
| YUV | 217.55 | 105.68 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 252 | 178 | 0.35 | 0 | 0.29 | 0.01 | 128.97 | 0.94 | 0.82 |
| Hex | A5 | FC | B2 | 23 | 0 | 1D | 1 | 81 | 5E | 52 |
| Octal | 245 | 374 | 262 | 43 | 0 | 35 | 1 | 201 | 136 | 122 |
| Binary | 10100101 | 11111100 | 10110010 | 100011 | 0 | 11101 | 1 | 10000001 | 1011110 | 1010010 |
Color Harmonies of #A5FCB2
Complementary color
Monochromatic Colors of #A5FCB2
Black with #A5FCB2
Text Example
Text Example
White with #A5FCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FCB2; }
p { color: rgb(165,252,178); }
H1.HeaderClassName
{
color: #A5FCB2;
}
.AnyTagClassName
{
color: #A5FCB2;
}
</style>
background-color css
<style>
a { background-color: #A5FCB2; }
a { background-color: rgb(165,252,178); }
div.DivClassName
{
background-color: #A5FCB2;
}
.BgClassName
{
background-color: #A5FCB2;
}
</style>
border-color css
<style>
span { border-color: #A5FCB2; }
span { border-color: rgb(165,252,178); }
td.TdClassName
{
border-color: #A5FCB2;
}
.TagClassName
{
border-color: #A5FCB2;
}
</style>