Html Css Color HEX #13BEAB Light Sea Green

📋 copy color: '#13BEAB'

red 19 ◦ green 190 ◦ blue 171

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

Shades of Light Sea Green #13BEAB

Tints of Light Sea Green #13BEAB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50%

 BLUE value IS 171 (67.19% from 255) = 45%

R = 5%
G = 50%
B = 45%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#13BEAB (or 0x13BEAB) is known color: Light Sea Green. HEX triplet: 13, BE and AB. RGB value is (19,190,171). Sum of RGB (Red+Green+Blue) = 19+190+171=380 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5% from 380); Green value is 190 (74.61% from 255 or 50% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 190 - color contains mainly: green. Hex color #13BEAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BEAB is #EC4154. Grayscale: #888888. Windows color (decimal): -15483221 or 11255315. OLE color: 11255315.

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

Color convert

RGB 19 190 171 -
CMYK 0.90 0 0.10 0.25
HSL 173.33º 0.82% 0.41% -
HSV(B) 173.33º 0.9% 0.75% -
XYZ 26.03 39.91 44.86 -
YUV 136.71 147.35 44.04 -
System Red Green Blue C M Y K H S L
Decimal 19 190 171 0.90 0 0.10 0.25 173.33 0.82 0.41
Hex 13 BE AB 5A 0 A 19 AD 52 29
Octal 23 276 253 132 0 12 31 255 122 51
Binary 10011 10111110 10101011 1011010 0 1010 11001 10101101 1010010 101001

Color Harmonies of #13BEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BEAB

Black with #13BEAB

Text Example


Text Example

White with #13BEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,190,171); }

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

background-color css

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

 a { background-color: rgb(19,190,171); }

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

border-color css

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

 span { border-color: rgb(19,190,171); }

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