#25B6AA

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

Shades of Light Sea Green #25B6AA

Tints of Light Sea Green #25B6AA

Color information

#25B6AA (or 0x25B6AA) is unknown color: approx Light Sea Green. HEX triplet: 25, B6 and AA. RGB value is (37,182,170). Sum of RGB (Red+Green+Blue) = 37+182+170=389 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.51% from 389); Green value is 182 (71.48% from 255 or 46.79% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 182 - color contains mainly: green. Hex color #25B6AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25B6AA is #DA4955. Grayscale: #898989. Windows color (decimal): -14305622 or 11187749. OLE color: 11187749.

HSL color Cylindrical-coordinate representation of color #25B6AA: hue angle of 175.03º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25B6AA is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB37182170-
CMYK0.8000.070.29
HSL175.03º66.21%42.94%-
HSV(B)175.03º79.67%71.37%-
XYZ24.7536.7543.82-
YUV137.28146.4656.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.51%
GREEN value IS 182 (71.48% from 255) = 46.79%
BLUE value IS 170 (66.80% from 255) = 43.70%
R=9.51%
G=46.79%
B=43.70%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal371821700.8000.070.29175.0366.2142.94
Hex25B6AA50071Daf422b
Octal45266252120073525710253
Binary10010110110110101010101010000011111101101011111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,182,170); }

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

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

 a { background-color: rgb(37,182,170); }

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

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

 span { border-color: rgb(37,182,170); }

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