#25C8BA

Color #25C8BA Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #25C8BA

Tints of Light Sea Green #25C8BA

Color information

#25C8BA (or 0x25C8BA) is unknown color: approx Light Sea Green. HEX triplet: 25, C8 and BA. RGB value is (37,200,186). Sum of RGB (Red+Green+Blue) = 37+200+186=423 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.75% from 423); Green value is 200 (78.52% from 255 or 47.28% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 200 - color contains mainly: green. Hex color #25C8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25C8BA is #DA3745. Grayscale: #959595. Windows color (decimal): -14300998 or 12240933. OLE color: 12240933.

HSL color Cylindrical-coordinate representation of color #25C8BA: hue angle of 174.85º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C8BA is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB37200186-
CMYK0.8200.070.22
HSL174.85º68.78%46.47%-
HSV(B)174.85º81.5%78.43%-
XYZ30.2845.2553.59-
YUV149.67148.547.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 8.75%
GREEN value IS 200 (78.52% from 255) = 47.28%
BLUE value IS 186 (73.05% from 255) = 43.97%
R=8.75%
G=47.28%
B=43.97%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal372001860.8200.070.22174.8568.7846.47
Hex25C8BA520716af452e
Octal45310272122072625710556
Binary10010111001000101110101010010011110110101011111000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25C8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25C8BA; }

 p { color: rgb(37,200,186); }

 H1.HeaderClassName
 {
   color: #25C8BA;
 }
 .AnyTagClassName
 {
   color: #25C8BA;
 }
</style>
background-color css

<style>
 a { background-color: #25C8BA; }

 a { background-color: rgb(37,200,186); }

 div.DivClassName
 {
   background-color: #25C8BA;
 }
 .BgClassName
 {
   background-color: #25C8BA;
 }
</style>
border-color css

<style>
 span { border-color: #25C8BA; }

 span { border-color: rgb(37,200,186); }

 td.TdClassName
 {
   border-color: #25C8BA;
 }
 .TagClassName
 {
   border-color: #25C8BA;
 }
</style>