Shades of Light Sea Green #25BFC2
Tints of Light Sea Green #25BFC2
RGB
CMYK
RGB Variations
Color information
#25BFC2 (or 0x25BFC2) is known color: Light Sea Green. HEX triplet: 25, BF and C2. RGB value is (37,191,194). Sum of RGB (Red+Green+Blue) = 37+191+194=422 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.77% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 194 (76.17% from 255 or 45.97% from 422); Max value from RGB is 194 - color contains mainly: blue. Hex color #25BFC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BFC2 is #DA403D. Grayscale: #919191. Windows color (decimal): -14303294 or 12762917. OLE color: 12762917.
HSL color Cylindrical-coordinate representation of color #25BFC2: hue angle of 181.15º 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 #25BFC2 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 191 | 194 | - |
| CMYK | 0.81 | 0.02 | 0 | 0.24 |
| HSL | 181.15º | 0.68% | 0.45% | - |
| HSV(B) | 181.15º | 0.81% | 0.76% | - |
| XYZ | 29.13 | 41.55 | 57.52 | - |
| YUV | 145.3 | 155.48 | 50.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 191 | 194 | 0.81 | 0.02 | 0 | 0.24 | 181.15 | 0.68 | 0.45 |
| Hex | 25 | BF | C2 | 51 | 2 | 0 | 18 | B5 | 44 | 2D |
| Octal | 45 | 277 | 302 | 121 | 2 | 0 | 30 | 265 | 104 | 55 |
| Binary | 100101 | 10111111 | 11000010 | 1010001 | 10 | 0 | 11000 | 10110101 | 1000100 | 101101 |
Color Harmonies of #25BFC2
Complementary color
Monochromatic Colors of #25BFC2
Black with #25BFC2
Text Example
Text Example
White with #25BFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BFC2; }
p { color: rgb(37,191,194); }
H1.HeaderClassName
{
color: #25BFC2;
}
.AnyTagClassName
{
color: #25BFC2;
}
</style>
background-color css
<style>
a { background-color: #25BFC2; }
a { background-color: rgb(37,191,194); }
div.DivClassName
{
background-color: #25BFC2;
}
.BgClassName
{
background-color: #25BFC2;
}
</style>
border-color css
<style>
span { border-color: #25BFC2; }
span { border-color: rgb(37,191,194); }
td.TdClassName
{
border-color: #25BFC2;
}
.TagClassName
{
border-color: #25BFC2;
}
</style>