Html Css Color HEX #13BABA Light Sea Green

📋 copy color: '#13BABA'

red 19 ◦ green 186 ◦ blue 186

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

Shades of Light Sea Green #13BABA

Tints of Light Sea Green #13BABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.57%

R = 4.86%
G = 47.57%
B = 47.57%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#13BABA (or 0x13BABA) is known color: Light Sea Green. HEX triplet: 13, BA and BA. RGB value is (19,186,186). Sum of RGB (Red+Green+Blue) = 19+186+186=391 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.86% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #13BABA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BABA is #EC4545. Grayscale: #878787. Windows color (decimal): -15484230 or 12237331. OLE color: 12237331.

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

Color convert

RGB 19 186 186 -
CMYK 0.90 0 0 0.27
HSL 180º 0.81% 0.4% -
HSV(B) 180º 0.9% 0.73% -
XYZ 26.69 38.8 52.54 -
YUV 136.07 156.17 44.5 -
System Red Green Blue C M Y K H S L
Decimal 19 186 186 0.90 0 0 0.27 180 0.81 0.4
Hex 13 BA BA 5A 0 0 1B B4 51 28
Octal 23 272 272 132 0 0 33 264 121 50
Binary 10011 10111010 10111010 1011010 0 0 11011 10110100 1010001 101000

Color Harmonies of #13BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BABA

Black with #13BABA

Text Example


Text Example

White with #13BABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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