#25B5B4

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

Shades of Light Sea Green #25B5B4

Tints of Light Sea Green #25B5B4

Color information

#25B5B4 (or 0x25B5B4) is unknown color: approx Light Sea Green. HEX triplet: 25, B5 and B4. RGB value is (37,181,180). Sum of RGB (Red+Green+Blue) = 37+181+180=398 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.30% from 398); Green value is 181 (71.09% from 255 or 45.48% from 398); Blue value is 180 (70.70% from 255 or 45.23% from 398); Max value from RGB is 181 - color contains mainly: green. Hex color #25B5B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25B5B4 is #DA4A4B. Grayscale: #898989. Windows color (decimal): -14305868 or 11842853. OLE color: 11842853.

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

Color convert

RGB37181180-
CMYK0.8000.010.29
HSL179.58º66.06%42.75%-
HSV(B)179.58º79.56%70.98%-
XYZ25.5336.7448.93-
YUV137.83151.7956.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.30%
GREEN value IS 181 (71.09% from 255) = 45.48%
BLUE value IS 180 (70.70% from 255) = 45.23%
R=9.30%
G=45.48%
B=45.23%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal371811800.8000.010.29179.5866.0642.75
Hex25B5B450011Db4422b
Octal45265264120013526410253
Binary100101101101011011010010100000111101101101001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,181,180); }

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

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

 a { background-color: rgb(37,181,180); }

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

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

 span { border-color: rgb(37,181,180); }

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