Shades of Celadon #9CEEB2
Tints of Celadon #9CEEB2
RGB
CMYK
RGB Variations
Color information
#9CEEB2 (or 0x9CEEB2) is known color: Celadon. HEX triplet: 9C, EE and B2. RGB value is (156,238,178). Sum of RGB (Red+Green+Blue) = 156+238+178=572 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.27% from 572); Green value is 238 (93.36% from 255 or 41.61% from 572); Blue value is 178 (69.92% from 255 or 31.12% from 572); Max value from RGB is 238 - color contains mainly: green. Hex color #9CEEB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CEEB2 is #63114D. Grayscale: #CECECE. Windows color (decimal): -6492494 or 11726492. OLE color: 11726492.
HSL color Cylindrical-coordinate representation of color #9CEEB2: hue angle of 136.1º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CEEB2 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 238 | 178 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.07 |
| HSL | 136.1º | 0.71% | 0.77% | - |
| HSV(B) | 136.1º | 0.34% | 0.93% | - |
| XYZ | 52.32 | 71.43 | 53.15 | - |
| YUV | 206.64 | 111.83 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 238 | 178 | 0.34 | 0 | 0.25 | 0.07 | 136.1 | 0.71 | 0.77 |
| Hex | 9C | EE | B2 | 22 | 0 | 19 | 7 | 88 | 47 | 4D |
| Octal | 234 | 356 | 262 | 42 | 0 | 31 | 7 | 210 | 107 | 115 |
| Binary | 10011100 | 11101110 | 10110010 | 100010 | 0 | 11001 | 111 | 10001000 | 1000111 | 1001101 |
Color Harmonies of #9CEEB2
Complementary color
Monochromatic Colors of #9CEEB2
Black with #9CEEB2
Text Example
Text Example
White with #9CEEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEEB2; }
p { color: rgb(156,238,178); }
H1.HeaderClassName
{
color: #9CEEB2;
}
.AnyTagClassName
{
color: #9CEEB2;
}
</style>
background-color css
<style>
a { background-color: #9CEEB2; }
a { background-color: rgb(156,238,178); }
div.DivClassName
{
background-color: #9CEEB2;
}
.BgClassName
{
background-color: #9CEEB2;
}
</style>
border-color css
<style>
span { border-color: #9CEEB2; }
span { border-color: rgb(156,238,178); }
td.TdClassName
{
border-color: #9CEEB2;
}
.TagClassName
{
border-color: #9CEEB2;
}
</style>