Html Css Color HEX #13B1A4 Light Sea Green

📋 copy color: '#13B1A4'

red 19 ◦ green 177 ◦ blue 164

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

Shades of Light Sea Green #13B1A4

Tints of Light Sea Green #13B1A4

RGB

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

 GREEN value IS 177 (69.53% from 255) = 49.17%

 BLUE value IS 164 (64.45% from 255) = 45.56%

R = 5.28%
G = 49.17%
B = 45.56%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#13B1A4 (or 0x13B1A4) is known color: Light Sea Green. HEX triplet: 13, B1 and A4. RGB value is (19,177,164). Sum of RGB (Red+Green+Blue) = 19+177+164=360 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.28% from 360); Green value is 177 (69.53% from 255 or 49.17% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 177 - color contains mainly: green. Hex color #13B1A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13B1A4 is #EC4E5B. Grayscale: #808080. Windows color (decimal): -15486556 or 10793235. OLE color: 10793235.

HSL color Cylindrical-coordinate representation of color #13B1A4: hue angle of 175.06º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B1A4 is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 177 164 -
CMYK 0.89 0 0.07 0.31
HSL 175.06º 0.81% 0.38% -
HSV(B) 175.06º 0.89% 0.69% -
XYZ 22.69 34.26 40.54 -
YUV 128.28 148.15 50.06 -
System Red Green Blue C M Y K H S L
Decimal 19 177 164 0.89 0 0.07 0.31 175.06 0.81 0.38
Hex 13 B1 A4 59 0 7 1F AF 51 26
Octal 23 261 244 131 0 7 37 257 121 46
Binary 10011 10110001 10100100 1011001 0 111 11111 10101111 1010001 100110

Color Harmonies of #13B1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B1A4

Black with #13B1A4

Text Example


Text Example

White with #13B1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,177,164); }

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

background-color css

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

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

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

border-color css

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

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

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