#13BCB2

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

Shades of Light Sea Green #13BCB2

Tints of Light Sea Green #13BCB2

Color information

#13BCB2 (or 0x13BCB2) is unknown color: approx Light Sea Green. HEX triplet: 13, BC and B2. RGB value is (19,188,178). Sum of RGB (Red+Green+Blue) = 19+188+178=385 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.94% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #13BCB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BCB2 is #EC434D. Grayscale: #888888. Windows color (decimal): -15483726 or 11713555. OLE color: 11713555.

HSL color Cylindrical-coordinate representation of color #13BCB2: hue angle of 176.45º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BCB2 is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB19188178-
CMYK0.9000.050.26
HSL176.45º81.64%40.59%-
HSV(B)176.45º89.89%73.73%-
XYZ26.2939.3248.32-
YUV136.33151.5144.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.94%
GREEN value IS 188 (73.83% from 255) = 48.83%
BLUE value IS 178 (69.92% from 255) = 46.23%
R=4.94%
G=48.83%
B=46.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal191881780.9000.050.26176.4581.6440.59
Hex13BCB25A051Ab05229
Octal23274262132053226012251
Binary1001110111100101100101011010010111010101100001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13BCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13BCB2; }

 p { color: rgb(19,188,178); }

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

<style>
 a { background-color: #13BCB2; }

 a { background-color: rgb(19,188,178); }

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

<style>
 span { border-color: #13BCB2; }

 span { border-color: rgb(19,188,178); }

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