Shades of Celadon #B7F6B2
Tints of Celadon #B7F6B2
RGB
CMYK
RGB Variations
Color information
#B7F6B2 (or 0xB7F6B2) is known color: Celadon. HEX triplet: B7, F6 and B2. RGB value is (183,246,178). Sum of RGB (Red+Green+Blue) = 183+246+178=607 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.15% from 607); Green value is 246 (96.48% from 255 or 40.53% from 607); Blue value is 178 (69.92% from 255 or 29.32% from 607); Max value from RGB is 246 - color contains mainly: green. Hex color #B7F6B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B7F6B2 is #48094D. Grayscale: #DBDBDB. Windows color (decimal): -4720974 or 11728567. OLE color: 11728567.
HSL color Cylindrical-coordinate representation of color #B7F6B2: hue angle of 115.59º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7F6B2 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 246 | 178 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.04 |
| HSL | 115.59º | 0.79% | 0.83% | - |
| HSV(B) | 115.59º | 0.28% | 0.96% | - |
| XYZ | 60.52 | 79.19 | 54.22 | - |
| YUV | 219.41 | 104.63 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 246 | 178 | 0.26 | 0 | 0.28 | 0.04 | 115.59 | 0.79 | 0.83 |
| Hex | B7 | F6 | B2 | 1A | 0 | 1C | 4 | 74 | 4F | 53 |
| Octal | 267 | 366 | 262 | 32 | 0 | 34 | 4 | 164 | 117 | 123 |
| Binary | 10110111 | 11110110 | 10110010 | 11010 | 0 | 11100 | 100 | 1110100 | 1001111 | 1010011 |
Color Harmonies of #B7F6B2
Complementary color
Monochromatic Colors of #B7F6B2
Black with #B7F6B2
Text Example
Text Example
White with #B7F6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F6B2; }
p { color: rgb(183,246,178); }
H1.HeaderClassName
{
color: #B7F6B2;
}
.AnyTagClassName
{
color: #B7F6B2;
}
</style>
background-color css
<style>
a { background-color: #B7F6B2; }
a { background-color: rgb(183,246,178); }
div.DivClassName
{
background-color: #B7F6B2;
}
.BgClassName
{
background-color: #B7F6B2;
}
</style>
border-color css
<style>
span { border-color: #B7F6B2; }
span { border-color: rgb(183,246,178); }
td.TdClassName
{
border-color: #B7F6B2;
}
.TagClassName
{
border-color: #B7F6B2;
}
</style>