Html Css Color HEX #13D3A1 Caribbean Green

📋 copy color: '#13D3A1'

red 19 ◦ green 211 ◦ blue 161

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

Shades of Caribbean Green #13D3A1

Tints of Caribbean Green #13D3A1

RGB

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

 GREEN value IS 211 (82.81% from 255) = 53.96%

 BLUE value IS 161 (63.28% from 255) = 41.18%

R = 4.86%
G = 53.96%
B = 41.18%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.24

 K value IS 0.17

RGB Variations

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

Color information

#13D3A1 (or 0x13D3A1) is known color: Caribbean Green. HEX triplet: 13, D3 and A1. RGB value is (19,211,161). Sum of RGB (Red+Green+Blue) = 19+211+161=391 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.86% from 391); Green value is 211 (82.81% from 255 or 53.96% from 391); Blue value is 161 (63.28% from 255 or 41.18% from 391); Max value from RGB is 211 - color contains mainly: green. Hex color #13D3A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D3A1 is #EC2C5E. Grayscale: #939393. Windows color (decimal): -15477855 or 10605331. OLE color: 10605331.

HSL color Cylindrical-coordinate representation of color #13D3A1: hue angle of 164.38º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D3A1 is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB 19 211 161 -
CMYK 0.91 0 0.24 0.17
HSL 164.38º 0.83% 0.45% -
HSV(B) 164.38º 0.91% 0.83% -
XYZ 30 49.3 41.65 -
YUV 147.89 135.39 36.07 -
System Red Green Blue C M Y K H S L
Decimal 19 211 161 0.91 0 0.24 0.17 164.38 0.83 0.45
Hex 13 D3 A1 5B 0 18 11 A4 53 2D
Octal 23 323 241 133 0 30 21 244 123 55
Binary 10011 11010011 10100001 1011011 0 11000 10001 10100100 1010011 101101

Color Harmonies of #13D3A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D3A1

Black with #13D3A1

Text Example


Text Example

White with #13D3A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,211,161); }

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

background-color css

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

 a { background-color: rgb(19,211,161); }

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

border-color css

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

 span { border-color: rgb(19,211,161); }

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