Html Css Color HEX #13BCAC Light Sea Green

📋 copy color: '#13BCAC'

red 19 ◦ green 188 ◦ blue 172

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

Shades of Light Sea Green #13BCAC

Tints of Light Sea Green #13BCAC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.6%

 BLUE value IS 172 (67.58% from 255) = 45.38%

R = 5.01%
G = 49.6%
B = 45.38%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#13BCAC (or 0x13BCAC) is known color: Light Sea Green. HEX triplet: 13, BC and AC. RGB value is (19,188,172). Sum of RGB (Red+Green+Blue) = 19+188+172=379 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.01% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #13BCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BCAC is #EC4353. Grayscale: #878787. Windows color (decimal): -15483732 or 11320339. OLE color: 11320339.

HSL color Cylindrical-coordinate representation of color #13BCAC: hue angle of 174.32º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BCAC is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 188 172 -
CMYK 0.90 0 0.09 0.26
HSL 174.32º 0.82% 0.41% -
HSV(B) 174.32º 0.9% 0.74% -
XYZ 25.7 39.08 45.22 -
YUV 135.65 148.51 44.8 -
System Red Green Blue C M Y K H S L
Decimal 19 188 172 0.90 0 0.09 0.26 174.32 0.82 0.41
Hex 13 BC AC 5A 0 9 1A AE 52 29
Octal 23 274 254 132 0 11 32 256 122 51
Binary 10011 10111100 10101100 1011010 0 1001 11010 10101110 1010010 101001

Color Harmonies of #13BCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BCAC

Black with #13BCAC

Text Example


Text Example

White with #13BCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,188,172); }

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

background-color css

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

 a { background-color: rgb(19,188,172); }

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

border-color css

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

 span { border-color: rgb(19,188,172); }

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