Html Css Color HEX #13BFBA Light Sea Green

📋 copy color: '#13BFBA'

red 19 ◦ green 191 ◦ blue 186

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

Shades of Light Sea Green #13BFBA

Tints of Light Sea Green #13BFBA

RGB

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

 GREEN value IS 191 (75% from 255) = 48.23%

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

R = 4.8%
G = 48.23%
B = 46.97%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#13BFBA (or 0x13BFBA) is known color: Light Sea Green. HEX triplet: 13, BF and BA. RGB value is (19,191,186). Sum of RGB (Red+Green+Blue) = 19+191+186=396 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.80% from 396); Green value is 191 (75% from 255 or 48.23% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 191 - color contains mainly: green. Hex color #13BFBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BFBA is #EC4045. Grayscale: #8A8A8A. Windows color (decimal): -15482950 or 12238611. OLE color: 12238611.

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

Color convert

RGB 19 191 186 -
CMYK 0.90 0 0.03 0.25
HSL 178.26º 0.82% 0.41% -
HSV(B) 178.26º 0.9% 0.75% -
XYZ 27.76 40.95 52.89 -
YUV 139 154.52 42.41 -
System Red Green Blue C M Y K H S L
Decimal 19 191 186 0.90 0 0.03 0.25 178.26 0.82 0.41
Hex 13 BF BA 5A 0 3 19 B2 52 29
Octal 23 277 272 132 0 3 31 262 122 51
Binary 10011 10111111 10111010 1011010 0 11 11001 10110010 1010010 101001

Color Harmonies of #13BFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BFBA

Black with #13BFBA

Text Example


Text Example

White with #13BFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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