Html Css Color HEX #13BDAA Light Sea Green

📋 copy color: '#13BDAA'

red 19 ◦ green 189 ◦ blue 170

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

Shades of Light Sea Green #13BDAA

Tints of Light Sea Green #13BDAA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50%

 BLUE value IS 170 (66.8% from 255) = 44.97%

R = 5.03%
G = 50%
B = 44.97%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#13BDAA (or 0x13BDAA) is known color: Light Sea Green. HEX triplet: 13, BD and AA. RGB value is (19,189,170). Sum of RGB (Red+Green+Blue) = 19+189+170=378 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.03% from 378); Green value is 189 (74.22% from 255 or 50% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 189 - color contains mainly: green. Hex color #13BDAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BDAA is #EC4255. Grayscale: #878787. Windows color (decimal): -15483478 or 11189523. OLE color: 11189523.

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

Color convert

RGB 19 189 170 -
CMYK 0.90 0 0.10 0.26
HSL 173.29º 0.82% 0.41% -
HSV(B) 173.29º 0.9% 0.74% -
XYZ 25.72 39.44 44.29 -
YUV 136 147.18 44.54 -
System Red Green Blue C M Y K H S L
Decimal 19 189 170 0.90 0 0.10 0.26 173.29 0.82 0.41
Hex 13 BD AA 5A 0 A 1A AD 52 29
Octal 23 275 252 132 0 12 32 255 122 51
Binary 10011 10111101 10101010 1011010 0 1010 11010 10101101 1010010 101001

Color Harmonies of #13BDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BDAA

Black with #13BDAA

Text Example


Text Example

White with #13BDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,189,170); }

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

background-color css

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

 a { background-color: rgb(19,189,170); }

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

border-color css

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

 span { border-color: rgb(19,189,170); }

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