Shades of Celadon #9AF6B5
Tints of Celadon #9AF6B5
RGB
CMYK
RGB Variations
Color information
#9AF6B5 (or 0x9AF6B5) is known color: Celadon. HEX triplet: 9A, F6 and B5. RGB value is (154,246,181). Sum of RGB (Red+Green+Blue) = 154+246+181=581 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.51% from 581); Green value is 246 (96.48% from 255 or 42.34% from 581); Blue value is 181 (71.09% from 255 or 31.15% from 581); Max value from RGB is 246 - color contains mainly: green. Hex color #9AF6B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF6B5 is #65094A. Grayscale: #D3D3D3. Windows color (decimal): -6621515 or 11925146. OLE color: 11925146.
HSL color Cylindrical-coordinate representation of color #9AF6B5: hue angle of 137.61º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AF6B5 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 154 | 246 | 181 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.04 |
| HSL | 137.61º | 0.84% | 0.78% | - |
| HSV(B) | 137.61º | 0.37% | 0.96% | - |
| XYZ | 54.62 | 76.12 | 55.53 | - |
| YUV | 211.08 | 111.02 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 246 | 181 | 0.37 | 0 | 0.26 | 0.04 | 137.61 | 0.84 | 0.78 |
| Hex | 9A | F6 | B5 | 25 | 0 | 1A | 4 | 8A | 54 | 4E |
| Octal | 232 | 366 | 265 | 45 | 0 | 32 | 4 | 212 | 124 | 116 |
| Binary | 10011010 | 11110110 | 10110101 | 100101 | 0 | 11010 | 100 | 10001010 | 1010100 | 1001110 |
Color Harmonies of #9AF6B5
Complementary color
Monochromatic Colors of #9AF6B5
Black with #9AF6B5
Text Example
Text Example
White with #9AF6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF6B5; }
p { color: rgb(154,246,181); }
H1.HeaderClassName
{
color: #9AF6B5;
}
.AnyTagClassName
{
color: #9AF6B5;
}
</style>
background-color css
<style>
a { background-color: #9AF6B5; }
a { background-color: rgb(154,246,181); }
div.DivClassName
{
background-color: #9AF6B5;
}
.BgClassName
{
background-color: #9AF6B5;
}
</style>
border-color css
<style>
span { border-color: #9AF6B5; }
span { border-color: rgb(154,246,181); }
td.TdClassName
{
border-color: #9AF6B5;
}
.TagClassName
{
border-color: #9AF6B5;
}
</style>