Html Css Color HEX #13C3BA Light Sea Green

📋 copy color: '#13C3BA'

red 19 ◦ green 195 ◦ blue 186

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

Shades of Light Sea Green #13C3BA

Tints of Light Sea Green #13C3BA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.75%

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

R = 4.75%
G = 48.75%
B = 46.5%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#13C3BA (or 0x13C3BA) is known color: Light Sea Green. HEX triplet: 13, C3 and BA. RGB value is (19,195,186). Sum of RGB (Red+Green+Blue) = 19+195+186=400 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.75% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #13C3BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C3BA is #EC3C45. Grayscale: #8D8D8D. Windows color (decimal): -15481926 or 12239635. OLE color: 12239635.

HSL color Cylindrical-coordinate representation of color #13C3BA: hue angle of 176.93º 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 #13C3BA is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 195 186 -
CMYK 0.90 0 0.05 0.24
HSL 176.93º 0.82% 0.42% -
HSV(B) 176.93º 0.9% 0.76% -
XYZ 28.65 42.71 53.19 -
YUV 141.35 153.19 40.73 -
System Red Green Blue C M Y K H S L
Decimal 19 195 186 0.90 0 0.05 0.24 176.93 0.82 0.42
Hex 13 C3 BA 5A 0 5 18 B1 52 2A
Octal 23 303 272 132 0 5 30 261 122 52
Binary 10011 11000011 10111010 1011010 0 101 11000 10110001 1010010 101010

Color Harmonies of #13C3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C3BA

Black with #13C3BA

Text Example


Text Example

White with #13C3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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