Shades of Celadon #9CF4B3
Tints of Celadon #9CF4B3
RGB
CMYK
RGB Variations
Color information
#9CF4B3 (or 0x9CF4B3) is known color: Celadon. HEX triplet: 9C, F4 and B3. RGB value is (156,244,179). Sum of RGB (Red+Green+Blue) = 156+244+179=579 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.94% from 579); Green value is 244 (95.70% from 255 or 42.14% from 579); Blue value is 179 (70.31% from 255 or 30.92% from 579); Max value from RGB is 244 - color contains mainly: green. Hex color #9CF4B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF4B3 is #630B4C. Grayscale: #D2D2D2. Windows color (decimal): -6490957 or 11793564. OLE color: 11793564.
HSL color Cylindrical-coordinate representation of color #9CF4B3: hue angle of 135.68º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CF4B3 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 244 | 179 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.04 |
| HSL | 135.68º | 0.8% | 0.78% | - |
| HSV(B) | 135.68º | 0.36% | 0.96% | - |
| XYZ | 54.2 | 75.02 | 54.27 | - |
| YUV | 210.28 | 110.35 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 244 | 179 | 0.36 | 0 | 0.27 | 0.04 | 135.68 | 0.8 | 0.78 |
| Hex | 9C | F4 | B3 | 24 | 0 | 1B | 4 | 88 | 50 | 4E |
| Octal | 234 | 364 | 263 | 44 | 0 | 33 | 4 | 210 | 120 | 116 |
| Binary | 10011100 | 11110100 | 10110011 | 100100 | 0 | 11011 | 100 | 10001000 | 1010000 | 1001110 |
Color Harmonies of #9CF4B3
Complementary color
Monochromatic Colors of #9CF4B3
Black with #9CF4B3
Text Example
Text Example
White with #9CF4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF4B3; }
p { color: rgb(156,244,179); }
H1.HeaderClassName
{
color: #9CF4B3;
}
.AnyTagClassName
{
color: #9CF4B3;
}
</style>
background-color css
<style>
a { background-color: #9CF4B3; }
a { background-color: rgb(156,244,179); }
div.DivClassName
{
background-color: #9CF4B3;
}
.BgClassName
{
background-color: #9CF4B3;
}
</style>
border-color css
<style>
span { border-color: #9CF4B3; }
span { border-color: rgb(156,244,179); }
td.TdClassName
{
border-color: #9CF4B3;
}
.TagClassName
{
border-color: #9CF4B3;
}
</style>