#13A7B2

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

Shades of Light Sea Green #13A7B2

Tints of Light Sea Green #13A7B2

Color information

#13A7B2 (or 0x13A7B2) is unknown color: approx Light Sea Green. HEX triplet: 13, A7 and B2. RGB value is (19,167,178). Sum of RGB (Red+Green+Blue) = 19+167+178=364 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.22% from 364); Green value is 167 (65.62% from 255 or 45.88% from 364); Blue value is 178 (69.92% from 255 or 48.90% from 364); Max value from RGB is 178 - color contains mainly: blue. Hex color #13A7B2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A7B2 is #EC584D. Grayscale: #7B7B7B. Windows color (decimal): -15489102 or 11708179. OLE color: 11708179.

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

Color convert

RGB19167178-
CMYK0.890.0600.30
HSL184.15º80.71%38.63%-
HSV(B)184.15º89.33%69.8%-
XYZ22.1230.9946.94-
YUV124158.4753.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.22%
GREEN value IS 167 (65.62% from 255) = 45.88%
BLUE value IS 178 (69.92% from 255) = 48.90%
R=5.22%
G=45.88%
B=48.90%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal191671780.890.0600.30184.1580.7138.63
Hex13A7B259601Eb85127
Octal23247262131603627012147
Binary1001110100111101100101011001110011110101110001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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