Html Css Color HEX #13BCBA Light Sea Green

📋 copy color: '#13BCBA'

red 19 ◦ green 188 ◦ blue 186

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

Shades of Light Sea Green #13BCBA

Tints of Light Sea Green #13BCBA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.84%

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

R = 4.83%
G = 47.84%
B = 47.33%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#13BCBA (or 0x13BCBA) is known color: Light Sea Green. HEX triplet: 13, BC and BA. RGB value is (19,188,186). Sum of RGB (Red+Green+Blue) = 19+188+186=393 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.83% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #13BCBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BCBA is #EC4345. Grayscale: #898989. Windows color (decimal): -15483718 or 12237843. OLE color: 12237843.

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

Color convert

RGB 19 188 186 -
CMYK 0.90 0 0.01 0.26
HSL 179.29º 0.82% 0.41% -
HSV(B) 179.29º 0.9% 0.74% -
XYZ 27.11 39.65 52.68 -
YUV 137.24 155.51 43.66 -
System Red Green Blue C M Y K H S L
Decimal 19 188 186 0.90 0 0.01 0.26 179.29 0.82 0.41
Hex 13 BC BA 5A 0 1 1A B3 52 29
Octal 23 274 272 132 0 1 32 263 122 51
Binary 10011 10111100 10111010 1011010 0 1 11010 10110011 1010010 101001

Color Harmonies of #13BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BCBA

Black with #13BCBA

Text Example


Text Example

White with #13BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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