#19BCA5

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

Shades of Light Sea Green #19BCA5

Tints of Light Sea Green #19BCA5

Color information

#19BCA5 (or 0x19BCA5) is unknown color: approx Light Sea Green. HEX triplet: 19, BC and A5. RGB value is (25,188,165). Sum of RGB (Red+Green+Blue) = 25+188+165=378 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.61% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 165 (64.84% from 255 or 43.65% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #19BCA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19BCA5 is #E6435A. Grayscale: #888888. Windows color (decimal): -15090523 or 10861593. OLE color: 10861593.

HSL color Cylindrical-coordinate representation of color #19BCA5: hue angle of 171.53º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BCA5 is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB25188165-
CMYK0.8700.120.26
HSL171.53º76.53%41.76%-
HSV(B)171.53º86.7%73.73%-
XYZ25.1838.8941.78-
YUV136.6414448.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.61%
GREEN value IS 188 (73.83% from 255) = 49.74%
BLUE value IS 165 (64.84% from 255) = 43.65%
R=6.61%
G=49.74%
B=43.65%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal251881650.8700.120.26171.5376.5341.76
Hex19BCA5570C1Aac4d2a
Octal312742451270143225411552
Binary11001101111001010010110101110110011010101011001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19BCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,188,165); }

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

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

 a { background-color: rgb(25,188,165); }

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

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

 span { border-color: rgb(25,188,165); }

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