#19b6bd

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

Shades of Light Sea Green #19B6BD

Tints of Light Sea Green #19B6BD

Color information

#19B6BD (or 0x19B6BD) is unknown color: approx Light Sea Green. HEX triplet: 19, B6 and BD. RGB value is (25,182,189). Sum of RGB (Red+Green+Blue) = 25+182+189=396 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.31% from 396); Green value is 182 (71.48% from 255 or 45.96% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #19B6BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19B6BD is #E64942. Grayscale: #878787. Windows color (decimal): -15092035 or 12432921. OLE color: 12432921.

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

Color convert

RGB25182189-
CMYK0.870.0400.26
HSL182.56º76.64%41.96%-
HSV(B)182.56º86.77%74.12%-
XYZ26.3137.3453.96-
YUV135.85157.9948.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.31%
GREEN value IS 182 (71.48% from 255) = 45.96%
BLUE value IS 189 (74.22% from 255) = 47.73%
R=6.31%
G=45.96%
B=47.73%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal251821890.870.0400.26182.5676.6441.96
Hex19B6BD57401Ab74d2a
Octal31266275127403226711552
Binary1100110110110101111011010111100011010101101111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19b6bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,182,189); }

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

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

 a { background-color: rgb(25,182,189); }

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

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

 span { border-color: rgb(25,182,189); }

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