Shades of Light Sea Green #25BEC2
Tints of Light Sea Green #25BEC2
RGB
CMYK
RGB Variations
Color information
#25BEC2 (or 0x25BEC2) is known color: Light Sea Green. HEX triplet: 25, BE and C2. RGB value is (37,190,194). Sum of RGB (Red+Green+Blue) = 37+190+194=421 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.79% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 194 (76.17% from 255 or 46.08% from 421); Max value from RGB is 194 - color contains mainly: blue. Hex color #25BEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BEC2 is #DA413D. Grayscale: #909090. Windows color (decimal): -14303550 or 12762661. OLE color: 12762661.
HSL color Cylindrical-coordinate representation of color #25BEC2: hue angle of 181.53º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25BEC2 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 190 | 194 | - |
| CMYK | 0.81 | 0.02 | 0 | 0.24 |
| HSL | 181.53º | 0.68% | 0.45% | - |
| HSV(B) | 181.53º | 0.81% | 0.76% | - |
| XYZ | 28.91 | 41.12 | 57.45 | - |
| YUV | 144.71 | 155.81 | 51.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 190 | 194 | 0.81 | 0.02 | 0 | 0.24 | 181.53 | 0.68 | 0.45 |
| Hex | 25 | BE | C2 | 51 | 2 | 0 | 18 | B6 | 44 | 2D |
| Octal | 45 | 276 | 302 | 121 | 2 | 0 | 30 | 266 | 104 | 55 |
| Binary | 100101 | 10111110 | 11000010 | 1010001 | 10 | 0 | 11000 | 10110110 | 1000100 | 101101 |
Color Harmonies of #25BEC2
Complementary color
Monochromatic Colors of #25BEC2
Black with #25BEC2
Text Example
Text Example
White with #25BEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BEC2; }
p { color: rgb(37,190,194); }
H1.HeaderClassName
{
color: #25BEC2;
}
.AnyTagClassName
{
color: #25BEC2;
}
</style>
background-color css
<style>
a { background-color: #25BEC2; }
a { background-color: rgb(37,190,194); }
div.DivClassName
{
background-color: #25BEC2;
}
.BgClassName
{
background-color: #25BEC2;
}
</style>
border-color css
<style>
span { border-color: #25BEC2; }
span { border-color: rgb(37,190,194); }
td.TdClassName
{
border-color: #25BEC2;
}
.TagClassName
{
border-color: #25BEC2;
}
</style>