#25c1a5

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

Shades of Light Sea Green #25C1A5

Tints of Light Sea Green #25C1A5

Color information

#25C1A5 (or 0x25C1A5) is unknown color: approx Light Sea Green. HEX triplet: 25, C1 and A5. RGB value is (37,193,165). Sum of RGB (Red+Green+Blue) = 37+193+165=395 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.37% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 165 (64.84% from 255 or 41.77% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #25C1A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25C1A5 is #DA3E5A. Grayscale: #8F8F8F. Windows color (decimal): -14302811 or 10862885. OLE color: 10862885.

HSL color Cylindrical-coordinate representation of color #25C1A5: hue angle of 169.23º 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 #25C1A5 is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB37193165-
CMYK0.8100.150.24
HSL169.23º67.83%45.1%-
HSV(B)169.23º80.83%75.69%-
XYZ26.6241.2542.16-
YUV143.16140.3252.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.37%
GREEN value IS 193 (75.78% from 255) = 48.86%
BLUE value IS 165 (64.84% from 255) = 41.77%
R=9.37%
G=48.86%
B=41.77%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal371931650.8100.150.24169.2367.8345.1
Hex25C1A5510F18a9442d
Octal453012451210173025110455
Binary100101110000011010010110100010111111000101010011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25c1a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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