#25c1c0

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

Shades of Light Sea Green #25C1C0

Tints of Light Sea Green #25C1C0

Color information

#25C1C0 (or 0x25C1C0) is unknown color: approx Light Sea Green. HEX triplet: 25, C1 and C0. RGB value is (37,193,192). Sum of RGB (Red+Green+Blue) = 37+193+192=422 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.77% from 422); Green value is 193 (75.78% from 255 or 45.73% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 193 - color contains mainly: green. Hex color #25C1C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25C1C0 is #DA3E3F. Grayscale: #929292. Windows color (decimal): -14302784 or 12632357. OLE color: 12632357.

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

Color convert

RGB37193192-
CMYK0.8100.010.24
HSL179.62º67.83%45.1%-
HSV(B)179.62º80.83%75.69%-
XYZ29.3542.3456.49-
YUV146.24153.8250.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.77%
GREEN value IS 193 (75.78% from 255) = 45.73%
BLUE value IS 192 (75.39% from 255) = 45.50%
R=8.77%
G=45.73%
B=45.50%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal371931920.8100.010.24179.6267.8345.1
Hex25C1C0510118b4442d
Octal45301300121013026410455
Binary100101110000011100000010100010111000101101001000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25c1c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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