Html Css Color HEX #13ADB9 Light Sea Green

📋 copy color: '#13ADB9'

red 19 ◦ green 173 ◦ blue 185

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

Shades of Light Sea Green #13ADB9

Tints of Light Sea Green #13ADB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 49.07%

R = 5.04%
G = 45.89%
B = 49.07%

CMYK

 C value IS 0.90

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#13ADB9 (or 0x13ADB9) is known color: Light Sea Green. HEX triplet: 13, AD and B9. RGB value is (19,173,185). Sum of RGB (Red+Green+Blue) = 19+173+185=377 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.04% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 185 (72.66% from 255 or 49.07% from 377); Max value from RGB is 185 - color contains mainly: blue. Hex color #13ADB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ADB9 is #EC5246. Grayscale: #808080. Windows color (decimal): -15487559 or 12168467. OLE color: 12168467.

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

Color convert

RGB 19 173 185 -
CMYK 0.90 0.06 0 0.27
HSL 184.34º 0.81% 0.4% -
HSV(B) 184.34º 0.9% 0.73% -
XYZ 23.97 33.53 51.11 -
YUV 128.32 159.98 50.02 -
System Red Green Blue C M Y K H S L
Decimal 19 173 185 0.90 0.06 0 0.27 184.34 0.81 0.4
Hex 13 AD B9 5A 6 0 1B B8 51 28
Octal 23 255 271 132 6 0 33 270 121 50
Binary 10011 10101101 10111001 1011010 110 0 11011 10111000 1010001 101000

Color Harmonies of #13ADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13ADB9

Black with #13ADB9

Text Example


Text Example

White with #13ADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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