#25B0A0

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

Shades of Light Sea Green #25B0A0

Tints of Light Sea Green #25B0A0

Color information

#25B0A0 (or 0x25B0A0) is unknown color: approx Light Sea Green. HEX triplet: 25, B0 and A0. RGB value is (37,176,160). Sum of RGB (Red+Green+Blue) = 37+176+160=373 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.92% from 373); Green value is 176 (69.14% from 255 or 47.18% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 176 - color contains mainly: green. Hex color #25B0A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25B0A0 is #DA4F5F. Grayscale: #848484. Windows color (decimal): -14307168 or 10530853. OLE color: 10530853.

HSL color Cylindrical-coordinate representation of color #25B0A0: hue angle of 173.09º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25B0A0 is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB37176160-
CMYK0.7900.090.31
HSL173.09º65.26%41.76%-
HSV(B)173.09º78.98%69.02%-
XYZ22.6333.9838.62-
YUV132.62143.4559.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.92%
GREEN value IS 176 (69.14% from 255) = 47.18%
BLUE value IS 160 (62.89% from 255) = 42.90%
R=9.92%
G=47.18%
B=42.90%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal371761600.7900.090.31173.0965.2641.76
Hex25B0A04F091Fad412a
Octal452602401170113725510152
Binary100101101100001010000010011110100111111101011011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,176,160); }

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

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

 a { background-color: rgb(37,176,160); }

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

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

 span { border-color: rgb(37,176,160); }

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