#25B0AE

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

Shades of Light Sea Green #25B0AE

Tints of Light Sea Green #25B0AE

Color information

#25B0AE (or 0x25B0AE) is unknown color: approx Light Sea Green. HEX triplet: 25, B0 and AE. RGB value is (37,176,174). Sum of RGB (Red+Green+Blue) = 37+176+174=387 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.56% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 176 - color contains mainly: green. Hex color #25B0AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25B0AE is #DA4F51. Grayscale: #868686. Windows color (decimal): -14307154 or 11448357. OLE color: 11448357.

HSL color Cylindrical-coordinate representation of color #25B0AE: hue angle of 179.14º 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 #25B0AE is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB37176174-
CMYK0.7900.010.31
HSL179.14º65.26%41.76%-
HSV(B)179.14º78.98%69.02%-
XYZ23.9334.545.44-
YUV134.21150.4558.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.56%
GREEN value IS 176 (69.14% from 255) = 45.48%
BLUE value IS 174 (68.36% from 255) = 44.96%
R=9.56%
G=45.48%
B=44.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal371761740.7900.010.31179.1465.2641.76
Hex25B0AE4F011Fb3412a
Octal45260256117013726310152
Binary100101101100001010111010011110111111101100111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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