Shades of Celadon #9BEDB2
Tints of Celadon #9BEDB2
RGB
CMYK
RGB Variations
Color information
#9BEDB2 (or 0x9BEDB2) is known color: Celadon. HEX triplet: 9B, ED and B2. RGB value is (155,237,178). Sum of RGB (Red+Green+Blue) = 155+237+178=570 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.19% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 237 - color contains mainly: green. Hex color #9BEDB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEDB2 is #64124D. Grayscale: #CDCDCD. Windows color (decimal): -6558286 or 11726235. OLE color: 11726235.
HSL color Cylindrical-coordinate representation of color #9BEDB2: hue angle of 136.83º degrees, saturation: 0.69, 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 #9BEDB2 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 237 | 178 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.07 |
| HSL | 136.83º | 0.69% | 0.77% | - |
| HSV(B) | 136.83º | 0.35% | 0.93% | - |
| XYZ | 51.84 | 70.75 | 53.04 | - |
| YUV | 205.76 | 112.33 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 237 | 178 | 0.35 | 0 | 0.25 | 0.07 | 136.83 | 0.69 | 0.77 |
| Hex | 9B | ED | B2 | 23 | 0 | 19 | 7 | 89 | 45 | 4D |
| Octal | 233 | 355 | 262 | 43 | 0 | 31 | 7 | 211 | 105 | 115 |
| Binary | 10011011 | 11101101 | 10110010 | 100011 | 0 | 11001 | 111 | 10001001 | 1000101 | 1001101 |
Color Harmonies of #9BEDB2
Complementary color
Monochromatic Colors of #9BEDB2
Black with #9BEDB2
Text Example
Text Example
White with #9BEDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEDB2; }
p { color: rgb(155,237,178); }
H1.HeaderClassName
{
color: #9BEDB2;
}
.AnyTagClassName
{
color: #9BEDB2;
}
</style>
background-color css
<style>
a { background-color: #9BEDB2; }
a { background-color: rgb(155,237,178); }
div.DivClassName
{
background-color: #9BEDB2;
}
.BgClassName
{
background-color: #9BEDB2;
}
</style>
border-color css
<style>
span { border-color: #9BEDB2; }
span { border-color: rgb(155,237,178); }
td.TdClassName
{
border-color: #9BEDB2;
}
.TagClassName
{
border-color: #9BEDB2;
}
</style>