#25C3AB

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

Shades of Light Sea Green #25C3AB

Tints of Light Sea Green #25C3AB

Color information

#25C3AB (or 0x25C3AB) is unknown color: approx Light Sea Green. HEX triplet: 25, C3 and AB. RGB value is (37,195,171). Sum of RGB (Red+Green+Blue) = 37+195+171=403 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.18% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 195 - color contains mainly: green. Hex color #25C3AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25C3AB is #DA3C54. Grayscale: #909090. Windows color (decimal): -14302293 or 11256613. OLE color: 11256613.

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

Color convert

RGB37195171-
CMYK0.8100.120.24
HSL170.89º68.1%45.49%-
HSV(B)170.89º81.03%76.47%-
XYZ27.6342.3645.25-
YUV145.02142.6550.95-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.18%
GREEN value IS 195 (76.56% from 255) = 48.39%
BLUE value IS 171 (67.19% from 255) = 42.43%
R=9.18%
G=48.39%
B=42.43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal371951710.8100.120.24170.8968.145.49
Hex25C3AB510C18ab442d
Octal453032531210143025310455
Binary100101110000111010101110100010110011000101010111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25C3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,195,171); }

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

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

 a { background-color: rgb(37,195,171); }

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

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

 span { border-color: rgb(37,195,171); }

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