Shades of Celadon #B3EFB2
Tints of Celadon #B3EFB2
RGB
CMYK
RGB Variations
Color information
#B3EFB2 (or 0xB3EFB2) is known color: Celadon. HEX triplet: B3, EF and B2. RGB value is (179,239,178). Sum of RGB (Red+Green+Blue) = 179+239+178=596 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.03% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 178 (69.92% from 255 or 29.87% from 596); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3EFB2 is #4C104D. Grayscale: #D6D6D6. Windows color (decimal): -4984910 or 11726771. OLE color: 11726771.
HSL color Cylindrical-coordinate representation of color #B3EFB2: hue angle of 119.02º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3EFB2 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 239 | 178 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.06 |
| HSL | 119.02º | 0.66% | 0.82% | - |
| HSV(B) | 119.02º | 0.26% | 0.94% | - |
| XYZ | 57.49 | 74.53 | 53.48 | - |
| YUV | 214.11 | 107.62 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 239 | 178 | 0.25 | 0 | 0.26 | 0.06 | 119.02 | 0.66 | 0.82 |
| Hex | B3 | EF | B2 | 19 | 0 | 1A | 6 | 77 | 42 | 52 |
| Octal | 263 | 357 | 262 | 31 | 0 | 32 | 6 | 167 | 102 | 122 |
| Binary | 10110011 | 11101111 | 10110010 | 11001 | 0 | 11010 | 110 | 1110111 | 1000010 | 1010010 |
Color Harmonies of #B3EFB2
Complementary color
Monochromatic Colors of #B3EFB2
Black with #B3EFB2
Text Example
Text Example
White with #B3EFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EFB2; }
p { color: rgb(179,239,178); }
H1.HeaderClassName
{
color: #B3EFB2;
}
.AnyTagClassName
{
color: #B3EFB2;
}
</style>
background-color css
<style>
a { background-color: #B3EFB2; }
a { background-color: rgb(179,239,178); }
div.DivClassName
{
background-color: #B3EFB2;
}
.BgClassName
{
background-color: #B3EFB2;
}
</style>
border-color css
<style>
span { border-color: #B3EFB2; }
span { border-color: rgb(179,239,178); }
td.TdClassName
{
border-color: #B3EFB2;
}
.TagClassName
{
border-color: #B3EFB2;
}
</style>