Html Css Color HEX #13BFA3 Light Sea Green

📋 copy color: '#13BFA3'

red 19 ◦ green 191 ◦ blue 163

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

Shades of Light Sea Green #13BFA3

Tints of Light Sea Green #13BFA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 43.7%

R = 5.09%
G = 51.21%
B = 43.7%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#13BFA3 (or 0x13BFA3) is known color: Light Sea Green. HEX triplet: 13, BF and A3. RGB value is (19,191,163). Sum of RGB (Red+Green+Blue) = 19+191+163=373 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.09% from 373); Green value is 191 (75% from 255 or 51.21% from 373); Blue value is 163 (64.06% from 255 or 43.70% from 373); Max value from RGB is 191 - color contains mainly: green. Hex color #13BFA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BFA3 is #EC405C. Grayscale: #888888. Windows color (decimal): -15482973 or 10731283. OLE color: 10731283.

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

Color convert

RGB 19 191 163 -
CMYK 0.90 0 0.15 0.25
HSL 170.23º 0.82% 0.41% -
HSV(B) 170.23º 0.9% 0.75% -
XYZ 25.51 40.04 41.04 -
YUV 136.38 143.02 44.28 -
System Red Green Blue C M Y K H S L
Decimal 19 191 163 0.90 0 0.15 0.25 170.23 0.82 0.41
Hex 13 BF A3 5A 0 F 19 AA 52 29
Octal 23 277 243 132 0 17 31 252 122 51
Binary 10011 10111111 10100011 1011010 0 1111 11001 10101010 1010010 101001

Color Harmonies of #13BFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BFA3

Black with #13BFA3

Text Example


Text Example

White with #13BFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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