Html Css Color HEX #13BBBA Light Sea Green

📋 copy color: '#13BBBA'

red 19 ◦ green 187 ◦ blue 186

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

Shades of Light Sea Green #13BBBA

Tints of Light Sea Green #13BBBA

RGB

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

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

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

R = 4.85%
G = 47.7%
B = 47.45%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#13BBBA (or 0x13BBBA) is known color: Light Sea Green. HEX triplet: 13, BB and BA. RGB value is (19,187,186). Sum of RGB (Red+Green+Blue) = 19+187+186=392 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.85% from 392); Green value is 187 (73.44% from 255 or 47.70% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 187 - color contains mainly: green. Hex color #13BBBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BBBA is #EC4445. Grayscale: #888888. Windows color (decimal): -15483974 or 12237587. OLE color: 12237587.

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

Color convert

RGB 19 187 186 -
CMYK 0.90 0 0.01 0.27
HSL 179.64º 0.82% 0.4% -
HSV(B) 179.64º 0.9% 0.73% -
XYZ 26.9 39.22 52.61 -
YUV 136.65 155.84 44.08 -
System Red Green Blue C M Y K H S L
Decimal 19 187 186 0.90 0 0.01 0.27 179.64 0.82 0.4
Hex 13 BB BA 5A 0 1 1B B4 52 28
Octal 23 273 272 132 0 1 33 264 122 50
Binary 10011 10111011 10111010 1011010 0 1 11011 10110100 1010010 101000

Color Harmonies of #13BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BBBA

Black with #13BBBA

Text Example


Text Example

White with #13BBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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