Shades of Tea Green #BEFDB4
Tints of Tea Green #BEFDB4
RGB
CMYK
RGB Variations
Color information
#BEFDB4 (or 0xBEFDB4) is known color: Tea Green. HEX triplet: BE, FD and B4. RGB value is (190,253,180). Sum of RGB (Red+Green+Blue) = 190+253+180=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 253 (99.22% from 255 or 40.61% from 623); Blue value is 180 (70.70% from 255 or 28.89% from 623); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDB4 is #41024B. Grayscale: #E2E2E2. Windows color (decimal): -4260428 or 11861438. OLE color: 11861438.
HSL color Cylindrical-coordinate representation of color #BEFDB4: hue angle of 111.78º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEFDB4 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
RGB | 190 | 253 | 180 | - |
CMYK | 0.25 | 0 | 0.29 | 0.01 |
HSL | 111.78º | 0.95% | 0.85% | - |
HSV(B) | 111.78º | 0.29% | 0.99% | - |
XYZ | 64.6 | 84.49 | 56.08 | - |
YUV | 225.84 | 102.13 | 102.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 253 | 180 | 0.25 | 0 | 0.29 | 0.01 | 111.78 | 0.95 | 0.85 |
Hex | BE | FD | B4 | 19 | 0 | 1D | 1 | 70 | 5F | 55 |
Octal | 276 | 375 | 264 | 31 | 0 | 35 | 1 | 160 | 137 | 125 |
Binary | 10111110 | 11111101 | 10110100 | 11001 | 0 | 11101 | 1 | 1110000 | 1011111 | 1010101 |
Color Harmonies of #BEFDB4
Complementary color
Monochromatic Colors of #BEFDB4
Black with #BEFDB4
Text Example
Text Example
White with #BEFDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFDB4; }
p { color: rgb(190,253,180); }
H1.HeaderClassName
{
color: #BEFDB4;
}
.AnyTagClassName
{
color: #BEFDB4;
}
</style>
background-color css
<style>
a { background-color: #BEFDB4; }
a { background-color: rgb(190,253,180); }
div.DivClassName
{
background-color: #BEFDB4;
}
.BgClassName
{
background-color: #BEFDB4;
}
</style>
border-color css
<style>
span { border-color: #BEFDB4; }
span { border-color: rgb(190,253,180); }
td.TdClassName
{
border-color: #BEFDB4;
}
.TagClassName
{
border-color: #BEFDB4;
}
</style>