#13C6B6

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

Shades of Light Sea Green #13C6B6

Tints of Light Sea Green #13C6B6

Color information

#13C6B6 (or 0x13C6B6) is unknown color: approx Light Sea Green. HEX triplet: 13, C6 and B6. RGB value is (19,198,182). Sum of RGB (Red+Green+Blue) = 19+198+182=399 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.76% from 399); Green value is 198 (77.73% from 255 or 49.62% from 399); Blue value is 182 (71.48% from 255 or 45.61% from 399); Max value from RGB is 198 - color contains mainly: green. Hex color #13C6B6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C6B6 is #EC3949. Grayscale: #8E8E8E. Windows color (decimal): -15481162 or 11978259. OLE color: 11978259.

HSL color Cylindrical-coordinate representation of color #13C6B6: hue angle of 174.64º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C6B6 is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB19198182-
CMYK0.9000.080.22
HSL174.64º82.49%42.55%-
HSV(B)174.64º90.4%77.65%-
XYZ28.9143.951.21-
YUV142.66150.239.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.76%
GREEN value IS 198 (77.73% from 255) = 49.62%
BLUE value IS 182 (71.48% from 255) = 45.61%
R=4.76%
G=49.62%
B=45.61%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191981820.9000.080.22174.6482.4942.55
Hex13C6B65A0816af522b
Octal233062661320102625712253
Binary10011110001101011011010110100100010110101011111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,198,182); }

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

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

 a { background-color: rgb(19,198,182); }

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

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

 span { border-color: rgb(19,198,182); }

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