Html Css Color HEX #13D8AF Caribbean Green

📋 copy color: '#13D8AF'

red 19 ◦ green 216 ◦ blue 175

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

Shades of Caribbean Green #13D8AF

Tints of Caribbean Green #13D8AF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 52.68%

 BLUE value IS 175 (68.75% from 255) = 42.68%

R = 4.63%
G = 52.68%
B = 42.68%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#13D8AF (or 0x13D8AF) is known color: Caribbean Green. HEX triplet: 13, D8 and AF. RGB value is (19,216,175). Sum of RGB (Red+Green+Blue) = 19+216+175=410 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.63% from 410); Green value is 216 (84.77% from 255 or 52.68% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 216 - color contains mainly: green. Hex color #13D8AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D8AF is #EC2750. Grayscale: #989898. Windows color (decimal): -15476561 or 11524115. OLE color: 11524115.

HSL color Cylindrical-coordinate representation of color #13D8AF: hue angle of 167.51º 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 #13D8AF is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 216 175 -
CMYK 0.91 0 0.19 0.15
HSL 167.51º 0.84% 0.46% -
HSV(B) 167.51º 0.91% 0.85% -
XYZ 32.56 52.35 48.94 -
YUV 152.42 140.73 32.83 -
System Red Green Blue C M Y K H S L
Decimal 19 216 175 0.91 0 0.19 0.15 167.51 0.84 0.46
Hex 13 D8 AF 5B 0 13 F A8 54 2E
Octal 23 330 257 133 0 23 17 250 124 56
Binary 10011 11011000 10101111 1011011 0 10011 1111 10101000 1010100 101110

Color Harmonies of #13D8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D8AF

Black with #13D8AF

Text Example


Text Example

White with #13D8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,216,175); }

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

background-color css

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

 a { background-color: rgb(19,216,175); }

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

border-color css

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

 span { border-color: rgb(19,216,175); }

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