Html Css Color HEX #13BBAB Light Sea Green

📋 copy color: '#13BBAB'

red 19 ◦ green 187 ◦ blue 171

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

Shades of Light Sea Green #13BBAB

Tints of Light Sea Green #13BBAB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.6%

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

R = 5.04%
G = 49.6%
B = 45.36%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#13BBAB (or 0x13BBAB) is known color: Light Sea Green. HEX triplet: 13, BB and AB. RGB value is (19,187,171). Sum of RGB (Red+Green+Blue) = 19+187+171=377 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.04% from 377); Green value is 187 (73.44% from 255 or 49.60% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 187 - color contains mainly: green. Hex color #13BBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BBAB is #EC4454. Grayscale: #868686. Windows color (decimal): -15483989 or 11254547. OLE color: 11254547.

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

Color convert

RGB 19 187 171 -
CMYK 0.90 0 0.09 0.27
HSL 174.29º 0.82% 0.4% -
HSV(B) 174.29º 0.9% 0.73% -
XYZ 25.39 38.62 44.64 -
YUV 134.94 148.34 45.3 -
System Red Green Blue C M Y K H S L
Decimal 19 187 171 0.90 0 0.09 0.27 174.29 0.82 0.4
Hex 13 BB AB 5A 0 9 1B AE 52 28
Octal 23 273 253 132 0 11 33 256 122 50
Binary 10011 10111011 10101011 1011010 0 1001 11011 10101110 1010010 101000

Color Harmonies of #13BBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BBAB

Black with #13BBAB

Text Example


Text Example

White with #13BBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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