Html Css Color HEX #13ADB7 Light Sea Green

📋 copy color: '#13ADB7'

red 19 ◦ green 173 ◦ blue 183

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

Shades of Light Sea Green #13ADB7

Tints of Light Sea Green #13ADB7

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.13%

 BLUE value IS 183 (71.88% from 255) = 48.8%

R = 5.07%
G = 46.13%
B = 48.8%

CMYK

 C value IS 0.90

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#13ADB7 (or 0x13ADB7) is known color: Light Sea Green. HEX triplet: 13, AD and B7. RGB value is (19,173,183). Sum of RGB (Red+Green+Blue) = 19+173+183=375 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.07% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 183 (71.88% from 255 or 48.8% from 375); Max value from RGB is 183 - color contains mainly: blue. Hex color #13ADB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ADB7 is #EC5248. Grayscale: #7F7F7F. Windows color (decimal): -15487561 or 12037395. OLE color: 12037395.

HSL color Cylindrical-coordinate representation of color #13ADB7: hue angle of 183.66º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13ADB7 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 19 173 183 -
CMYK 0.90 0.05 0 0.28
HSL 183.66º 0.81% 0.4% -
HSV(B) 183.66º 0.9% 0.72% -
XYZ 23.76 33.44 50 -
YUV 128.09 158.98 50.19 -
System Red Green Blue C M Y K H S L
Decimal 19 173 183 0.90 0.05 0 0.28 183.66 0.81 0.4
Hex 13 AD B7 5A 5 0 1C B8 51 28
Octal 23 255 267 132 5 0 34 270 121 50
Binary 10011 10101101 10110111 1011010 101 0 11100 10111000 1010001 101000

Color Harmonies of #13ADB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13ADB7

Black with #13ADB7

Text Example


Text Example

White with #13ADB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,173,183); }

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

background-color css

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

 a { background-color: rgb(19,173,183); }

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

border-color css

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

 span { border-color: rgb(19,173,183); }

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