Shades of Celadon #9CF6B3
Tints of Celadon #9CF6B3
RGB
CMYK
RGB Variations
Color information
#9CF6B3 (or 0x9CF6B3) is known color: Celadon. HEX triplet: 9C, F6 and B3. RGB value is (156,246,179). Sum of RGB (Red+Green+Blue) = 156+246+179=581 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.85% from 581); Green value is 246 (96.48% from 255 or 42.34% from 581); Blue value is 179 (70.31% from 255 or 30.81% from 581); Max value from RGB is 246 - color contains mainly: green. Hex color #9CF6B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF6B3 is #63094C. Grayscale: #D3D3D3. Windows color (decimal): -6490445 or 11794076. OLE color: 11794076.
HSL color Cylindrical-coordinate representation of color #9CF6B3: hue angle of 135.33º 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 #9CF6B3 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 246 | 179 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.04 |
| HSL | 135.33º | 0.83% | 0.79% | - |
| HSV(B) | 135.33º | 0.37% | 0.96% | - |
| XYZ | 54.8 | 76.23 | 54.47 | - |
| YUV | 211.45 | 109.68 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 246 | 179 | 0.37 | 0 | 0.27 | 0.04 | 135.33 | 0.83 | 0.79 |
| Hex | 9C | F6 | B3 | 25 | 0 | 1B | 4 | 87 | 53 | 4F |
| Octal | 234 | 366 | 263 | 45 | 0 | 33 | 4 | 207 | 123 | 117 |
| Binary | 10011100 | 11110110 | 10110011 | 100101 | 0 | 11011 | 100 | 10000111 | 1010011 | 1001111 |
Color Harmonies of #9CF6B3
Complementary color
Monochromatic Colors of #9CF6B3
Black with #9CF6B3
Text Example
Text Example
White with #9CF6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF6B3; }
p { color: rgb(156,246,179); }
H1.HeaderClassName
{
color: #9CF6B3;
}
.AnyTagClassName
{
color: #9CF6B3;
}
</style>
background-color css
<style>
a { background-color: #9CF6B3; }
a { background-color: rgb(156,246,179); }
div.DivClassName
{
background-color: #9CF6B3;
}
.BgClassName
{
background-color: #9CF6B3;
}
</style>
border-color css
<style>
span { border-color: #9CF6B3; }
span { border-color: rgb(156,246,179); }
td.TdClassName
{
border-color: #9CF6B3;
}
.TagClassName
{
border-color: #9CF6B3;
}
</style>