Shades of Celadon #9BF7B5
Tints of Celadon #9BF7B5
RGB
CMYK
RGB Variations
Color information
#9BF7B5 (or 0x9BF7B5) is known color: Celadon. HEX triplet: 9B, F7 and B5. RGB value is (155,247,181). Sum of RGB (Red+Green+Blue) = 155+247+181=583 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.59% from 583); Green value is 247 (96.88% from 255 or 42.37% from 583); Blue value is 181 (71.09% from 255 or 31.05% from 583); Max value from RGB is 247 - color contains mainly: green. Hex color #9BF7B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF7B5 is #64084A. Grayscale: #D4D4D4. Windows color (decimal): -6555723 or 11925403. OLE color: 11925403.
HSL color Cylindrical-coordinate representation of color #9BF7B5: hue angle of 136.96º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BF7B5 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 155 | 247 | 181 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.03 |
| HSL | 136.96º | 0.85% | 0.79% | - |
| HSV(B) | 136.96º | 0.37% | 0.97% | - |
| XYZ | 55.12 | 76.83 | 55.64 | - |
| YUV | 211.97 | 110.52 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 247 | 181 | 0.37 | 0 | 0.27 | 0.03 | 136.96 | 0.85 | 0.79 |
| Hex | 9B | F7 | B5 | 25 | 0 | 1B | 3 | 89 | 55 | 4F |
| Octal | 233 | 367 | 265 | 45 | 0 | 33 | 3 | 211 | 125 | 117 |
| Binary | 10011011 | 11110111 | 10110101 | 100101 | 0 | 11011 | 11 | 10001001 | 1010101 | 1001111 |
Color Harmonies of #9BF7B5
Complementary color
Monochromatic Colors of #9BF7B5
Black with #9BF7B5
Text Example
Text Example
White with #9BF7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF7B5; }
p { color: rgb(155,247,181); }
H1.HeaderClassName
{
color: #9BF7B5;
}
.AnyTagClassName
{
color: #9BF7B5;
}
</style>
background-color css
<style>
a { background-color: #9BF7B5; }
a { background-color: rgb(155,247,181); }
div.DivClassName
{
background-color: #9BF7B5;
}
.BgClassName
{
background-color: #9BF7B5;
}
</style>
border-color css
<style>
span { border-color: #9BF7B5; }
span { border-color: rgb(155,247,181); }
td.TdClassName
{
border-color: #9BF7B5;
}
.TagClassName
{
border-color: #9BF7B5;
}
</style>