Shades of Celadon #A5FBB3
Tints of Celadon #A5FBB3
RGB
CMYK
RGB Variations
Color information
#A5FBB3 (or 0xA5FBB3) is known color: Celadon. HEX triplet: A5, FB and B3. RGB value is (165,251,179). Sum of RGB (Red+Green+Blue) = 165+251+179=595 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.73% from 595); Green value is 251 (98.44% from 255 or 42.18% from 595); Blue value is 179 (70.31% from 255 or 30.08% from 595); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FBB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FBB3 is #5A044C. Grayscale: #D9D9D9. Windows color (decimal): -5899341 or 11795365. OLE color: 11795365.
HSL color Cylindrical-coordinate representation of color #A5FBB3: hue angle of 129.77º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5FBB3 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 251 | 179 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.02 |
| HSL | 129.77º | 0.91% | 0.82% | - |
| HSV(B) | 129.77º | 0.34% | 0.98% | - |
| XYZ | 58.15 | 80.25 | 55.07 | - |
| YUV | 217.08 | 106.51 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 251 | 179 | 0.34 | 0 | 0.29 | 0.02 | 129.77 | 0.91 | 0.82 |
| Hex | A5 | FB | B3 | 22 | 0 | 1D | 2 | 82 | 5B | 52 |
| Octal | 245 | 373 | 263 | 42 | 0 | 35 | 2 | 202 | 133 | 122 |
| Binary | 10100101 | 11111011 | 10110011 | 100010 | 0 | 11101 | 10 | 10000010 | 1011011 | 1010010 |
Color Harmonies of #A5FBB3
Complementary color
Monochromatic Colors of #A5FBB3
Black with #A5FBB3
Text Example
Text Example
White with #A5FBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FBB3; }
p { color: rgb(165,251,179); }
H1.HeaderClassName
{
color: #A5FBB3;
}
.AnyTagClassName
{
color: #A5FBB3;
}
</style>
background-color css
<style>
a { background-color: #A5FBB3; }
a { background-color: rgb(165,251,179); }
div.DivClassName
{
background-color: #A5FBB3;
}
.BgClassName
{
background-color: #A5FBB3;
}
</style>
border-color css
<style>
span { border-color: #A5FBB3; }
span { border-color: rgb(165,251,179); }
td.TdClassName
{
border-color: #A5FBB3;
}
.TagClassName
{
border-color: #A5FBB3;
}
</style>