#13CAB3

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

Shades of Light Sea Green #13CAB3

Tints of Light Sea Green #13CAB3

Color information

#13CAB3 (or 0x13CAB3) is unknown color: approx Light Sea Green. HEX triplet: 13, CA and B3. RGB value is (19,202,179). Sum of RGB (Red+Green+Blue) = 19+202+179=400 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.75% from 400); Green value is 202 (79.30% from 255 or 50.5% from 400); Blue value is 179 (70.31% from 255 or 44.75% from 400); Max value from RGB is 202 - color contains mainly: green. Hex color #13CAB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CAB3 is #EC354C. Grayscale: #909090. Windows color (decimal): -15480141 or 11782675. OLE color: 11782675.

HSL color Cylindrical-coordinate representation of color #13CAB3: hue angle of 172.46º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CAB3 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB19202179-
CMYK0.9100.110.21
HSL172.46º82.81%43.33%-
HSV(B)172.46º90.59%79.22%-
XYZ29.5345.6349.9-
YUV144.66147.3738.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.75%
GREEN value IS 202 (79.30% from 255) = 50.5%
BLUE value IS 179 (70.31% from 255) = 44.75%
R=4.75%
G=50.5%
B=44.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal192021790.9100.110.21172.4682.8143.33
Hex13CAB35B0B15ac532b
Octal233122631330132525412353
Binary10011110010101011001110110110101110101101011001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13CAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,202,179); }

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

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

 a { background-color: rgb(19,202,179); }

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

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

 span { border-color: rgb(19,202,179); }

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