#25B0AB

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

Shades of Light Sea Green #25B0AB

Tints of Light Sea Green #25B0AB

Color information

#25B0AB (or 0x25B0AB) is unknown color: approx Light Sea Green. HEX triplet: 25, B0 and AB. RGB value is (37,176,171). Sum of RGB (Red+Green+Blue) = 37+176+171=384 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.64% from 384); Green value is 176 (69.14% from 255 or 45.83% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 176 - color contains mainly: green. Hex color #25B0AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25B0AB is #DA4F54. Grayscale: #858585. Windows color (decimal): -14307157 or 11251749. OLE color: 11251749.

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

Color convert

RGB37176171-
CMYK0.7900.030.31
HSL177.84º65.26%41.76%-
HSV(B)177.84º78.98%69.02%-
XYZ23.6434.3843.92-
YUV133.87148.9558.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.64%
GREEN value IS 176 (69.14% from 255) = 45.83%
BLUE value IS 171 (67.19% from 255) = 44.53%
R=9.64%
G=45.83%
B=44.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal371761710.7900.030.31177.8465.2641.76
Hex25B0AB4F031Fb2412a
Octal45260253117033726210152
Binary1001011011000010101011100111101111111101100101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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