#19B9BF

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

Shades of Light Sea Green #19B9BF

Tints of Light Sea Green #19B9BF

Color information

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

HSL color Cylindrical-coordinate representation of color #19B9BF: hue angle of 182.17º 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 #19B9BF is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB25185191-
CMYK0.870.0300.25
HSL182.17º76.85%42.35%-
HSV(B)182.17º86.91%74.9%-
XYZ27.1538.6755.32-
YUV137.84157.9947.51-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal251851910.870.0300.25182.1776.8542.35
Hex19B9BF573019b64d2a
Octal31271277127303126611552
Binary110011011100110111111101011111011001101101101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19B9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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