Shades of Celadon #9BEEB2
Tints of Celadon #9BEEB2
RGB
CMYK
RGB Variations
Color information
#9BEEB2 (or 0x9BEEB2) is known color: Celadon. HEX triplet: 9B, EE and B2. RGB value is (155,238,178). Sum of RGB (Red+Green+Blue) = 155+238+178=571 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.15% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 178 (69.92% from 255 or 31.17% from 571); Max value from RGB is 238 - color contains mainly: green. Hex color #9BEEB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEEB2 is #64114D. Grayscale: #CECECE. Windows color (decimal): -6558030 or 11726491. OLE color: 11726491.
HSL color Cylindrical-coordinate representation of color #9BEEB2: hue angle of 136.63º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEEB2 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 238 | 178 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.07 |
| HSL | 136.63º | 0.71% | 0.77% | - |
| HSV(B) | 136.63º | 0.35% | 0.93% | - |
| XYZ | 52.13 | 71.33 | 53.14 | - |
| YUV | 206.34 | 112 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 238 | 178 | 0.35 | 0 | 0.25 | 0.07 | 136.63 | 0.71 | 0.77 |
| Hex | 9B | EE | B2 | 23 | 0 | 19 | 7 | 89 | 47 | 4D |
| Octal | 233 | 356 | 262 | 43 | 0 | 31 | 7 | 211 | 107 | 115 |
| Binary | 10011011 | 11101110 | 10110010 | 100011 | 0 | 11001 | 111 | 10001001 | 1000111 | 1001101 |
Color Harmonies of #9BEEB2
Complementary color
Monochromatic Colors of #9BEEB2
Black with #9BEEB2
Text Example
Text Example
White with #9BEEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEEB2; }
p { color: rgb(155,238,178); }
H1.HeaderClassName
{
color: #9BEEB2;
}
.AnyTagClassName
{
color: #9BEEB2;
}
</style>
background-color css
<style>
a { background-color: #9BEEB2; }
a { background-color: rgb(155,238,178); }
div.DivClassName
{
background-color: #9BEEB2;
}
.BgClassName
{
background-color: #9BEEB2;
}
</style>
border-color css
<style>
span { border-color: #9BEEB2; }
span { border-color: rgb(155,238,178); }
td.TdClassName
{
border-color: #9BEEB2;
}
.TagClassName
{
border-color: #9BEEB2;
}
</style>