Shades of Celadon #9BF6B7
Tints of Celadon #9BF6B7
RGB
CMYK
RGB Variations
Color information
#9BF6B7 (or 0x9BF6B7) is known color: Celadon. HEX triplet: 9B, F6 and B7. RGB value is (155,246,183). Sum of RGB (Red+Green+Blue) = 155+246+183=584 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.54% from 584); Green value is 246 (96.48% from 255 or 42.12% from 584); Blue value is 183 (71.88% from 255 or 31.34% from 584); Max value from RGB is 246 - color contains mainly: green. Hex color #9BF6B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF6B7 is #640948. Grayscale: #D3D3D3. Windows color (decimal): -6555977 or 12056219. OLE color: 12056219.
HSL color Cylindrical-coordinate representation of color #9BF6B7: hue angle of 138.46º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BF6B7 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 246 | 183 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.04 |
| HSL | 138.46º | 0.83% | 0.79% | - |
| HSV(B) | 138.46º | 0.37% | 0.96% | - |
| XYZ | 55.02 | 76.3 | 56.63 | - |
| YUV | 211.61 | 111.85 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 246 | 183 | 0.37 | 0 | 0.26 | 0.04 | 138.46 | 0.83 | 0.79 |
| Hex | 9B | F6 | B7 | 25 | 0 | 1A | 4 | 8A | 53 | 4F |
| Octal | 233 | 366 | 267 | 45 | 0 | 32 | 4 | 212 | 123 | 117 |
| Binary | 10011011 | 11110110 | 10110111 | 100101 | 0 | 11010 | 100 | 10001010 | 1010011 | 1001111 |
Color Harmonies of #9BF6B7
Complementary color
Monochromatic Colors of #9BF6B7
Black with #9BF6B7
Text Example
Text Example
White with #9BF6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF6B7; }
p { color: rgb(155,246,183); }
H1.HeaderClassName
{
color: #9BF6B7;
}
.AnyTagClassName
{
color: #9BF6B7;
}
</style>
background-color css
<style>
a { background-color: #9BF6B7; }
a { background-color: rgb(155,246,183); }
div.DivClassName
{
background-color: #9BF6B7;
}
.BgClassName
{
background-color: #9BF6B7;
}
</style>
border-color css
<style>
span { border-color: #9BF6B7; }
span { border-color: rgb(155,246,183); }
td.TdClassName
{
border-color: #9BF6B7;
}
.TagClassName
{
border-color: #9BF6B7;
}
</style>