Html Css Color HEX #13D9AB Caribbean Green

📋 copy color: '#13D9AB'

red 19 ◦ green 217 ◦ blue 171

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

Shades of Caribbean Green #13D9AB

Tints of Caribbean Green #13D9AB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 53.32%

 BLUE value IS 171 (67.19% from 255) = 42.01%

R = 4.67%
G = 53.32%
B = 42.01%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#13D9AB (or 0x13D9AB) is known color: Caribbean Green. HEX triplet: 13, D9 and AB. RGB value is (19,217,171). Sum of RGB (Red+Green+Blue) = 19+217+171=407 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.67% from 407); Green value is 217 (85.16% from 255 or 53.32% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 217 - color contains mainly: green. Hex color #13D9AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D9AB is #EC2654. Grayscale: #989898. Windows color (decimal): -15476309 or 11262227. OLE color: 11262227.

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

Color convert

RGB 19 217 171 -
CMYK 0.91 0 0.21 0.15
HSL 166.06º 0.84% 0.46% -
HSV(B) 166.06º 0.91% 0.85% -
XYZ 32.43 52.7 46.99 -
YUV 152.55 138.4 32.74 -
System Red Green Blue C M Y K H S L
Decimal 19 217 171 0.91 0 0.21 0.15 166.06 0.84 0.46
Hex 13 D9 AB 5B 0 15 F A6 54 2E
Octal 23 331 253 133 0 25 17 246 124 56
Binary 10011 11011001 10101011 1011011 0 10101 1111 10100110 1010100 101110

Color Harmonies of #13D9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D9AB

Black with #13D9AB

Text Example


Text Example

White with #13D9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,217,171); }

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

background-color css

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

 a { background-color: rgb(19,217,171); }

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

border-color css

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

 span { border-color: rgb(19,217,171); }

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