#19C0BA

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

Shades of Light Sea Green #19C0BA

Tints of Light Sea Green #19C0BA

Color information

#19C0BA (or 0x19C0BA) is unknown color: approx Light Sea Green. HEX triplet: 19, C0 and BA. RGB value is (25,192,186). Sum of RGB (Red+Green+Blue) = 25+192+186=403 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.20% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #19C0BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19C0BA is #E63F45. Grayscale: #8D8D8D. Windows color (decimal): -15089478 or 12238873. OLE color: 12238873.

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

Color convert

RGB25192186-
CMYK0.8700.030.25
HSL177.84º76.96%42.55%-
HSV(B)177.84º86.98%75.29%-
XYZ28.1141.4552.97-
YUV141.38153.1744.99-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.20%
GREEN value IS 192 (75.39% from 255) = 47.64%
BLUE value IS 186 (73.05% from 255) = 46.15%
R=6.20%
G=47.64%
B=46.15%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal251921860.8700.030.25177.8476.9642.55
Hex19C0BA570319b24d2b
Octal31300272127033126211553
Binary110011100000010111010101011101111001101100101001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19C0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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