Shades of Celadon #B4F3B3
Tints of Celadon #B4F3B3
RGB
CMYK
RGB Variations
Color information
#B4F3B3 (or 0xB4F3B3) is known color: Celadon. HEX triplet: B4, F3 and B3. RGB value is (180,243,179). Sum of RGB (Red+Green+Blue) = 180+243+179=602 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.90% from 602); Green value is 243 (95.31% from 255 or 40.37% from 602); Blue value is 179 (70.31% from 255 or 29.73% from 602); Max value from RGB is 243 - color contains mainly: green. Hex color #B4F3B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F3B3 is #4B0C4C. Grayscale: #D9D9D9. Windows color (decimal): -4918349 or 11793332. OLE color: 11793332.
HSL color Cylindrical-coordinate representation of color #B4F3B3: hue angle of 119.06º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4F3B3 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 243 | 179 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.05 |
| HSL | 119.06º | 0.73% | 0.83% | - |
| HSV(B) | 119.06º | 0.26% | 0.95% | - |
| XYZ | 59.01 | 77.06 | 54.41 | - |
| YUV | 216.87 | 106.63 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 243 | 179 | 0.26 | 0 | 0.26 | 0.05 | 119.06 | 0.73 | 0.83 |
| Hex | B4 | F3 | B3 | 1A | 0 | 1A | 5 | 77 | 49 | 53 |
| Octal | 264 | 363 | 263 | 32 | 0 | 32 | 5 | 167 | 111 | 123 |
| Binary | 10110100 | 11110011 | 10110011 | 11010 | 0 | 11010 | 101 | 1110111 | 1001001 | 1010011 |
Color Harmonies of #B4F3B3
Complementary color
Monochromatic Colors of #B4F3B3
Black with #B4F3B3
Text Example
Text Example
White with #B4F3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F3B3; }
p { color: rgb(180,243,179); }
H1.HeaderClassName
{
color: #B4F3B3;
}
.AnyTagClassName
{
color: #B4F3B3;
}
</style>
background-color css
<style>
a { background-color: #B4F3B3; }
a { background-color: rgb(180,243,179); }
div.DivClassName
{
background-color: #B4F3B3;
}
.BgClassName
{
background-color: #B4F3B3;
}
</style>
border-color css
<style>
span { border-color: #B4F3B3; }
span { border-color: rgb(180,243,179); }
td.TdClassName
{
border-color: #B4F3B3;
}
.TagClassName
{
border-color: #B4F3B3;
}
</style>