Shades of Celadon #9BEEAF
Tints of Celadon #9BEEAF
RGB
CMYK
RGB Variations
Color information
#9BEEAF (or 0x9BEEAF) is known color: Celadon. HEX triplet: 9B, EE and AF. RGB value is (155,238,175). Sum of RGB (Red+Green+Blue) = 155+238+175=568 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.29% from 568); Green value is 238 (93.36% from 255 or 41.90% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 238 - color contains mainly: green. Hex color #9BEEAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEEAF is #641150. Grayscale: #CECECE. Windows color (decimal): -6558033 or 11529883. OLE color: 11529883.
HSL color Cylindrical-coordinate representation of color #9BEEAF: hue angle of 134.46º 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 #9BEEAF is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 238 | 175 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.07 |
| HSL | 134.46º | 0.71% | 0.77% | - |
| HSV(B) | 134.46º | 0.35% | 0.93% | - |
| XYZ | 51.83 | 71.21 | 51.57 | - |
| YUV | 206 | 110.5 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 238 | 175 | 0.35 | 0 | 0.26 | 0.07 | 134.46 | 0.71 | 0.77 |
| Hex | 9B | EE | AF | 23 | 0 | 1A | 7 | 86 | 47 | 4D |
| Octal | 233 | 356 | 257 | 43 | 0 | 32 | 7 | 206 | 107 | 115 |
| Binary | 10011011 | 11101110 | 10101111 | 100011 | 0 | 11010 | 111 | 10000110 | 1000111 | 1001101 |
Color Harmonies of #9BEEAF
Complementary color
Monochromatic Colors of #9BEEAF
Black with #9BEEAF
Text Example
Text Example
White with #9BEEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEEAF; }
p { color: rgb(155,238,175); }
H1.HeaderClassName
{
color: #9BEEAF;
}
.AnyTagClassName
{
color: #9BEEAF;
}
</style>
background-color css
<style>
a { background-color: #9BEEAF; }
a { background-color: rgb(155,238,175); }
div.DivClassName
{
background-color: #9BEEAF;
}
.BgClassName
{
background-color: #9BEEAF;
}
</style>
border-color css
<style>
span { border-color: #9BEEAF; }
span { border-color: rgb(155,238,175); }
td.TdClassName
{
border-color: #9BEEAF;
}
.TagClassName
{
border-color: #9BEEAF;
}
</style>