#25B4C0

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

Shades of Light Sea Green #25B4C0

Tints of Light Sea Green #25B4C0

Color information

#25B4C0 (or 0x25B4C0) is unknown color: approx Light Sea Green. HEX triplet: 25, B4 and C0. RGB value is (37,180,192). Sum of RGB (Red+Green+Blue) = 37+180+192=409 (54% of max value = 765). Red value is 37 (14.84% from 255 or 9.05% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 192 (75.39% from 255 or 46.94% from 409); Max value from RGB is 192 - color contains mainly: blue. Hex color #25B4C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25B4C0 is #DA4B3F. Grayscale: #8A8A8A. Windows color (decimal): -14306112 or 12629029. OLE color: 12629029.

HSL color Cylindrical-coordinate representation of color #25B4C0: hue angle of 184.65º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25B4C0 is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB37180192-
CMYK0.810.0600.25
HSL184.65º67.69%44.9%-
HSV(B)184.65º80.73%75.29%-
XYZ26.636.8455.58-
YUV138.61158.1255.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.05%
GREEN value IS 180 (70.70% from 255) = 44.01%
BLUE value IS 192 (75.39% from 255) = 46.94%
R=9.05%
G=44.01%
B=46.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal371801920.810.0600.25184.6567.6944.9
Hex25B4C0516019b9442d
Octal45264300121603127110455
Binary10010110110100110000001010001110011001101110011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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