#19B8BF

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

Shades of Light Sea Green #19B8BF

Tints of Light Sea Green #19B8BF

Color information

#19B8BF (or 0x19B8BF) is unknown color: approx Light Sea Green. HEX triplet: 19, B8 and BF. RGB value is (25,184,191). Sum of RGB (Red+Green+Blue) = 25+184+191=400 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.25% from 400); Green value is 184 (72.27% from 255 or 46% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #19B8BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19B8BF is #E64740. Grayscale: #898989. Windows color (decimal): -15091521 or 12564505. OLE color: 12564505.

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

Color convert

RGB25184191-
CMYK0.870.0400.25
HSL182.53º76.85%42.35%-
HSV(B)182.53º86.91%74.9%-
XYZ26.9538.2555.25-
YUV137.26158.3247.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.25%
GREEN value IS 184 (72.27% from 255) = 46%
BLUE value IS 191 (75% from 255) = 47.75%
R=6.25%
G=46%
B=47.75%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal251841910.870.0400.25182.5376.8542.35
Hex19B8BF574019b74d2a
Octal31270277127403126711552
Binary1100110111000101111111010111100011001101101111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19B8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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