Html Css Color HEX #13ADB8 Light Sea Green

📋 copy color: '#13ADB8'

red 19 ◦ green 173 ◦ blue 184

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

Shades of Light Sea Green #13ADB8

Tints of Light Sea Green #13ADB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 48.94%

R = 5.05%
G = 46.01%
B = 48.94%

CMYK

 C value IS 0.90

 M value IS 0.06

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#13ADB8 (or 0x13ADB8) is known color: Light Sea Green. HEX triplet: 13, AD and B8. RGB value is (19,173,184). Sum of RGB (Red+Green+Blue) = 19+173+184=376 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.05% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 184 (72.27% from 255 or 48.94% from 376); Max value from RGB is 184 - color contains mainly: blue. Hex color #13ADB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ADB8 is #EC5247. Grayscale: #808080. Windows color (decimal): -15487560 or 12102931. OLE color: 12102931.

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

Color convert

RGB 19 173 184 -
CMYK 0.90 0.06 0 0.28
HSL 184º 0.81% 0.4% -
HSV(B) 184º 0.9% 0.72% -
XYZ 23.86 33.49 50.55 -
YUV 128.21 159.48 50.11 -
System Red Green Blue C M Y K H S L
Decimal 19 173 184 0.90 0.06 0 0.28 184 0.81 0.4
Hex 13 AD B8 5A 6 0 1C B8 51 28
Octal 23 255 270 132 6 0 34 270 121 50
Binary 10011 10101101 10111000 1011010 110 0 11100 10111000 1010001 101000

Color Harmonies of #13ADB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13ADB8

Black with #13ADB8

Text Example


Text Example

White with #13ADB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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