#19C3C0

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

Shades of Light Sea Green #19C3C0

Tints of Light Sea Green #19C3C0

Color information

#19C3C0 (or 0x19C3C0) is unknown color: approx Light Sea Green. HEX triplet: 19, C3 and C0. RGB value is (25,195,192). Sum of RGB (Red+Green+Blue) = 25+195+192=412 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.07% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 192 (75.39% from 255 or 46.60% from 412); Max value from RGB is 195 - color contains mainly: green. Hex color #19C3C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19C3C0 is #E63C3F. Grayscale: #8F8F8F. Windows color (decimal): -15088704 or 12632857. OLE color: 12632857.

HSL color Cylindrical-coordinate representation of color #19C3C0: hue angle of 178.94º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19C3C0 is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB25195192-
CMYK0.8700.020.24
HSL178.94º77.27%43.14%-
HSV(B)178.94º87.18%76.47%-
XYZ29.4343.0456.63-
YUV143.83155.1843.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.07%
GREEN value IS 195 (76.56% from 255) = 47.33%
BLUE value IS 192 (75.39% from 255) = 46.60%
R=6.07%
G=47.33%
B=46.60%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal251951920.8700.020.24178.9477.2743.14
Hex19C3C0570218b34d2b
Octal31303300127023026311553
Binary110011100001111000000101011101011000101100111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19C3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19C3C0; }

 p { color: rgb(25,195,192); }

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

<style>
 a { background-color: #19C3C0; }

 a { background-color: rgb(25,195,192); }

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

<style>
 span { border-color: #19C3C0; }

 span { border-color: rgb(25,195,192); }

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