Html Css Color HEX #13BAB2 Light Sea Green

📋 copy color: '#13BAB2'

red 19 ◦ green 186 ◦ blue 178

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

Shades of Light Sea Green #13BAB2

Tints of Light Sea Green #13BAB2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.56%

 BLUE value IS 178 (69.92% from 255) = 46.48%

R = 4.96%
G = 48.56%
B = 46.48%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#13BAB2 (or 0x13BAB2) is known color: Light Sea Green. HEX triplet: 13, BA and B2. RGB value is (19,186,178). Sum of RGB (Red+Green+Blue) = 19+186+178=383 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.96% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 178 (69.92% from 255 or 46.48% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #13BAB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BAB2 is #EC454D. Grayscale: #878787. Windows color (decimal): -15484238 or 11713043. OLE color: 11713043.

HSL color Cylindrical-coordinate representation of color #13BAB2: hue angle of 177.13º degrees, saturation: 0.81, 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 #13BAB2 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 186 178 -
CMYK 0.90 0 0.04 0.27
HSL 177.13º 0.81% 0.4% -
HSV(B) 177.13º 0.9% 0.73% -
XYZ 25.86 38.47 48.18 -
YUV 135.16 152.17 45.15 -
System Red Green Blue C M Y K H S L
Decimal 19 186 178 0.90 0 0.04 0.27 177.13 0.81 0.4
Hex 13 BA B2 5A 0 4 1B B1 51 28
Octal 23 272 262 132 0 4 33 261 121 50
Binary 10011 10111010 10110010 1011010 0 100 11011 10110001 1010001 101000

Color Harmonies of #13BAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BAB2

Black with #13BAB2

Text Example


Text Example

White with #13BAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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