Html Css Color HEX #13D7AD Caribbean Green

📋 copy color: '#13D7AD'

red 19 ◦ green 215 ◦ blue 173

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

Shades of Caribbean Green #13D7AD

Tints of Caribbean Green #13D7AD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 52.83%

 BLUE value IS 173 (67.97% from 255) = 42.51%

R = 4.67%
G = 52.83%
B = 42.51%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#13D7AD (or 0x13D7AD) is known color: Caribbean Green. HEX triplet: 13, D7 and AD. RGB value is (19,215,173). Sum of RGB (Red+Green+Blue) = 19+215+173=407 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.67% from 407); Green value is 215 (84.38% from 255 or 52.83% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 215 - color contains mainly: green. Hex color #13D7AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D7AD is #EC2852. Grayscale: #979797. Windows color (decimal): -15476819 or 11392787. OLE color: 11392787.

HSL color Cylindrical-coordinate representation of color #13D7AD: hue angle of 167.14º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D7AD is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 215 173 -
CMYK 0.91 0 0.20 0.16
HSL 167.14º 0.84% 0.46% -
HSV(B) 167.14º 0.91% 0.84% -
XYZ 32.11 51.76 47.83 -
YUV 151.61 140.07 33.42 -
System Red Green Blue C M Y K H S L
Decimal 19 215 173 0.91 0 0.20 0.16 167.14 0.84 0.46
Hex 13 D7 AD 5B 0 14 10 A7 54 2E
Octal 23 327 255 133 0 24 20 247 124 56
Binary 10011 11010111 10101101 1011011 0 10100 10000 10100111 1010100 101110

Color Harmonies of #13D7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D7AD

Black with #13D7AD

Text Example


Text Example

White with #13D7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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