#19B2B9

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

Shades of Light Sea Green #19B2B9

Tints of Light Sea Green #19B2B9

Color information

#19B2B9 (or 0x19B2B9) is unknown color: approx Light Sea Green. HEX triplet: 19, B2 and B9. RGB value is (25,178,185). Sum of RGB (Red+Green+Blue) = 25+178+185=388 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.44% from 388); Green value is 178 (69.92% from 255 or 45.88% from 388); Blue value is 185 (72.66% from 255 or 47.68% from 388); Max value from RGB is 185 - color contains mainly: blue. Hex color #19B2B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19B2B9 is #E64D46. Grayscale: #848484. Windows color (decimal): -15093063 or 12169753. OLE color: 12169753.

HSL color Cylindrical-coordinate representation of color #19B2B9: hue angle of 182.62º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19B2B9 is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB25178185-
CMYK0.860.0400.27
HSL182.62º76.19%41.18%-
HSV(B)182.62º86.49%72.55%-
XYZ25.0835.5551.44-
YUV133.05157.3150.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.44%
GREEN value IS 178 (69.92% from 255) = 45.88%
BLUE value IS 185 (72.66% from 255) = 47.68%
R=6.44%
G=45.88%
B=47.68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal251781850.860.0400.27182.6276.1941.18
Hex19B2B956401Bb74c29
Octal31262271126403326711451
Binary1100110110010101110011010110100011011101101111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19B2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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