#13A7B4

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

Shades of Light Sea Green #13A7B4

Tints of Light Sea Green #13A7B4

Color information

#13A7B4 (or 0x13A7B4) is unknown color: approx Light Sea Green. HEX triplet: 13, A7 and B4. RGB value is (19,167,180). Sum of RGB (Red+Green+Blue) = 19+167+180=366 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.19% from 366); Green value is 167 (65.62% from 255 or 45.63% from 366); Blue value is 180 (70.70% from 255 or 49.18% from 366); Max value from RGB is 180 - color contains mainly: blue. Hex color #13A7B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13A7B4 is #EC584B. Grayscale: #7C7C7C. Windows color (decimal): -15489100 or 11839251. OLE color: 11839251.

HSL color Cylindrical-coordinate representation of color #13A7B4: hue angle of 184.84º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A7B4 is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB19167180-
CMYK0.890.0700.29
HSL184.84º80.9%39.02%-
HSV(B)184.84º89.44%70.59%-
XYZ22.3331.0748-
YUV124.23159.4752.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.19%
GREEN value IS 167 (65.62% from 255) = 45.63%
BLUE value IS 180 (70.70% from 255) = 49.18%
R=5.19%
G=45.63%
B=49.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal191671800.890.0700.29184.8480.939.02
Hex13A7B459701Db95127
Octal23247264131703527112147
Binary1001110100111101101001011001111011101101110011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,167,180); }

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

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

 a { background-color: rgb(19,167,180); }

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

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

 span { border-color: rgb(19,167,180); }

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