Shades of Celadon #9BF5AF
Tints of Celadon #9BF5AF
RGB
CMYK
RGB Variations
Color information
#9BF5AF (or 0x9BF5AF) is known color: Celadon. HEX triplet: 9B, F5 and AF. RGB value is (155,245,175). Sum of RGB (Red+Green+Blue) = 155+245+175=575 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.96% from 575); Green value is 245 (96.09% from 255 or 42.61% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 245 - color contains mainly: green. Hex color #9BF5AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF5AF is #640A50. Grayscale: #D2D2D2. Windows color (decimal): -6556241 or 11531675. OLE color: 11531675.
HSL color Cylindrical-coordinate representation of color #9BF5AF: hue angle of 133.33º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BF5AF is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 245 | 175 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.04 |
| HSL | 133.33º | 0.82% | 0.78% | - |
| HSV(B) | 133.33º | 0.37% | 0.96% | - |
| XYZ | 53.91 | 75.37 | 52.26 | - |
| YUV | 210.11 | 108.18 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 245 | 175 | 0.37 | 0 | 0.29 | 0.04 | 133.33 | 0.82 | 0.78 |
| Hex | 9B | F5 | AF | 25 | 0 | 1D | 4 | 85 | 52 | 4E |
| Octal | 233 | 365 | 257 | 45 | 0 | 35 | 4 | 205 | 122 | 116 |
| Binary | 10011011 | 11110101 | 10101111 | 100101 | 0 | 11101 | 100 | 10000101 | 1010010 | 1001110 |
Color Harmonies of #9BF5AF
Complementary color
Monochromatic Colors of #9BF5AF
Black with #9BF5AF
Text Example
Text Example
White with #9BF5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF5AF; }
p { color: rgb(155,245,175); }
H1.HeaderClassName
{
color: #9BF5AF;
}
.AnyTagClassName
{
color: #9BF5AF;
}
</style>
background-color css
<style>
a { background-color: #9BF5AF; }
a { background-color: rgb(155,245,175); }
div.DivClassName
{
background-color: #9BF5AF;
}
.BgClassName
{
background-color: #9BF5AF;
}
</style>
border-color css
<style>
span { border-color: #9BF5AF; }
span { border-color: rgb(155,245,175); }
td.TdClassName
{
border-color: #9BF5AF;
}
.TagClassName
{
border-color: #9BF5AF;
}
</style>