#19BFB9

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

Shades of Light Sea Green #19BFB9

Tints of Light Sea Green #19BFB9

Color information

#19BFB9 (or 0x19BFB9) is unknown color: approx Light Sea Green. HEX triplet: 19, BF and B9. RGB value is (25,191,185). Sum of RGB (Red+Green+Blue) = 25+191+185=401 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.23% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 185 (72.66% from 255 or 46.13% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #19BFB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BFB9 is #E64046. Grayscale: #8C8C8C. Windows color (decimal): -15089735 or 12173081. OLE color: 12173081.

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

Color convert

RGB25191185-
CMYK0.8700.030.25
HSL177.83º76.85%42.35%-
HSV(B)177.83º86.91%74.9%-
XYZ27.7940.9752.34-
YUV140.6815345.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.23%
GREEN value IS 191 (75% from 255) = 47.63%
BLUE value IS 185 (72.66% from 255) = 46.13%
R=6.23%
G=47.63%
B=46.13%

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
Decimal251911850.8700.030.25177.8376.8542.35
Hex19BFB9570319b24d2a
Octal31277271127033126211552
Binary110011011111110111001101011101111001101100101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19BFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,191,185); }

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

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

 a { background-color: rgb(25,191,185); }

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

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

 span { border-color: rgb(25,191,185); }

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