Html Css Color HEX #13B3A2 Light Sea Green

📋 copy color: '#13B3A2'

red 19 ◦ green 179 ◦ blue 162

#13B3A2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #13B3A2

Tints of Light Sea Green #13B3A2

RGB

 RED value IS 19 (7.81% from 255) = 5.28%

 GREEN value IS 179 (70.31% from 255) = 49.72%

 BLUE value IS 162 (63.67% from 255) = 45%

R = 5.28%
G = 49.72%
B = 45%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#13B3A2 (or 0x13B3A2) is known color: Light Sea Green. HEX triplet: 13, B3 and A2. RGB value is (19,179,162). Sum of RGB (Red+Green+Blue) = 19+179+162=360 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.28% from 360); Green value is 179 (70.31% from 255 or 49.72% from 360); Blue value is 162 (63.67% from 255 or 45% from 360); Max value from RGB is 179 - color contains mainly: green. Hex color #13B3A2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13B3A2 is #EC4C5D. Grayscale: #818181. Windows color (decimal): -15486046 or 10662675. OLE color: 10662675.

HSL color Cylindrical-coordinate representation of color #13B3A2: hue angle of 173.62º 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 #13B3A2 is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB 19 179 162 -
CMYK 0.89 0 0.09 0.30
HSL 173.63º 0.81% 0.39% -
HSV(B) 173.63º 0.89% 0.7% -
XYZ 22.91 34.99 39.73 -
YUV 129.22 146.49 49.38 -
System Red Green Blue C M Y K H S L
Decimal 19 179 162 0.89 0 0.09 0.30 173.63 0.81 0.39
Hex 13 B3 A2 59 0 9 1E AE 51 27
Octal 23 263 242 131 0 11 36 256 121 47
Binary 10011 10110011 10100010 1011001 0 1001 11110 10101110 1010001 100111

Color Harmonies of #13B3A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B3A2

Black with #13B3A2

Text Example


Text Example

White with #13B3A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13B3A2;
 }
 .AnyTagClassName
 {
   color: #13B3A2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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