Html Css Color HEX #13BFB0 Light Sea Green

📋 copy color: '#13BFB0'

red 19 ◦ green 191 ◦ blue 176

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

Shades of Light Sea Green #13BFB0

Tints of Light Sea Green #13BFB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.6%

R = 4.92%
G = 49.48%
B = 45.6%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#13BFB0 (or 0x13BFB0) is known color: Light Sea Green. HEX triplet: 13, BF and B0. RGB value is (19,191,176). Sum of RGB (Red+Green+Blue) = 19+191+176=386 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.92% from 386); Green value is 191 (75% from 255 or 49.48% from 386); Blue value is 176 (69.14% from 255 or 45.60% from 386); Max value from RGB is 191 - color contains mainly: green. Hex color #13BFB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BFB0 is #EC404F. Grayscale: #898989. Windows color (decimal): -15482960 or 11583251. OLE color: 11583251.

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

Color convert

RGB 19 191 176 -
CMYK 0.90 0 0.08 0.25
HSL 174.77º 0.82% 0.41% -
HSV(B) 174.77º 0.9% 0.75% -
XYZ 26.74 40.53 47.49 -
YUV 137.86 149.52 43.22 -
System Red Green Blue C M Y K H S L
Decimal 19 191 176 0.90 0 0.08 0.25 174.77 0.82 0.41
Hex 13 BF B0 5A 0 8 19 AF 52 29
Octal 23 277 260 132 0 10 31 257 122 51
Binary 10011 10111111 10110000 1011010 0 1000 11001 10101111 1010010 101001

Color Harmonies of #13BFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BFB0

Black with #13BFB0

Text Example


Text Example

White with #13BFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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