Html Css Color HEX #13C2BA Light Sea Green

📋 copy color: '#13C2BA'

red 19 ◦ green 194 ◦ blue 186

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

Shades of Light Sea Green #13C2BA

Tints of Light Sea Green #13C2BA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.62%

 BLUE value IS 186 (73.05% from 255) = 46.62%

R = 4.76%
G = 48.62%
B = 46.62%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#13C2BA (or 0x13C2BA) is known color: Light Sea Green. HEX triplet: 13, C2 and BA. RGB value is (19,194,186). Sum of RGB (Red+Green+Blue) = 19+194+186=399 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.76% from 399); Green value is 194 (76.17% from 255 or 48.62% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 194 - color contains mainly: green. Hex color #13C2BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C2BA is #EC3D45. Grayscale: #8C8C8C. Windows color (decimal): -15482182 or 12239379. OLE color: 12239379.

HSL color Cylindrical-coordinate representation of color #13C2BA: hue angle of 177.26º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C2BA is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 194 186 -
CMYK 0.90 0 0.04 0.24
HSL 177.26º 0.82% 0.42% -
HSV(B) 177.26º 0.9% 0.76% -
XYZ 28.42 42.27 53.11 -
YUV 140.76 153.52 41.15 -
System Red Green Blue C M Y K H S L
Decimal 19 194 186 0.90 0 0.04 0.24 177.26 0.82 0.42
Hex 13 C2 BA 5A 0 4 18 B1 52 2A
Octal 23 302 272 132 0 4 30 261 122 52
Binary 10011 11000010 10111010 1011010 0 100 11000 10110001 1010010 101010

Color Harmonies of #13C2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C2BA

Black with #13C2BA

Text Example


Text Example

White with #13C2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,194,186); }

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

background-color css

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

 a { background-color: rgb(19,194,186); }

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

border-color css

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

 span { border-color: rgb(19,194,186); }

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