Shades of Celadon #9BF9B4
Tints of Celadon #9BF9B4
RGB
CMYK
RGB Variations
Color information
#9BF9B4 (or 0x9BF9B4) is known color: Celadon. HEX triplet: 9B, F9 and B4. RGB value is (155,249,180). Sum of RGB (Red+Green+Blue) = 155+249+180=584 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.54% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 180 (70.70% from 255 or 30.82% from 584); Max value from RGB is 249 - color contains mainly: green. Hex color #9BF9B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF9B4 is #64064B. Grayscale: #D5D5D5. Windows color (decimal): -6555212 or 11860379. OLE color: 11860379.
HSL color Cylindrical-coordinate representation of color #9BF9B4: hue angle of 135.96º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BF9B4 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 249 | 180 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.02 |
| HSL | 135.96º | 0.89% | 0.79% | - |
| HSV(B) | 135.96º | 0.38% | 0.98% | - |
| XYZ | 55.63 | 78.02 | 55.31 | - |
| YUV | 213.03 | 109.36 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 249 | 180 | 0.38 | 0 | 0.28 | 0.02 | 135.96 | 0.89 | 0.79 |
| Hex | 9B | F9 | B4 | 26 | 0 | 1C | 2 | 88 | 59 | 4F |
| Octal | 233 | 371 | 264 | 46 | 0 | 34 | 2 | 210 | 131 | 117 |
| Binary | 10011011 | 11111001 | 10110100 | 100110 | 0 | 11100 | 10 | 10001000 | 1011001 | 1001111 |
Color Harmonies of #9BF9B4
Complementary color
Monochromatic Colors of #9BF9B4
Black with #9BF9B4
Text Example
Text Example
White with #9BF9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF9B4; }
p { color: rgb(155,249,180); }
H1.HeaderClassName
{
color: #9BF9B4;
}
.AnyTagClassName
{
color: #9BF9B4;
}
</style>
background-color css
<style>
a { background-color: #9BF9B4; }
a { background-color: rgb(155,249,180); }
div.DivClassName
{
background-color: #9BF9B4;
}
.BgClassName
{
background-color: #9BF9B4;
}
</style>
border-color css
<style>
span { border-color: #9BF9B4; }
span { border-color: rgb(155,249,180); }
td.TdClassName
{
border-color: #9BF9B4;
}
.TagClassName
{
border-color: #9BF9B4;
}
</style>