Html Css Color HEX #13DDA8 Caribbean Green

📋 copy color: '#13DDA8'

red 19 ◦ green 221 ◦ blue 168

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

Shades of Caribbean Green #13DDA8

Tints of Caribbean Green #13DDA8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 54.17%

 BLUE value IS 168 (66.02% from 255) = 41.18%

R = 4.66%
G = 54.17%
B = 41.18%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#13DDA8 (or 0x13DDA8) is known color: Caribbean Green. HEX triplet: 13, DD and A8. RGB value is (19,221,168). Sum of RGB (Red+Green+Blue) = 19+221+168=408 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.66% from 408); Green value is 221 (86.72% from 255 or 54.17% from 408); Blue value is 168 (66.02% from 255 or 41.18% from 408); Max value from RGB is 221 - color contains mainly: green. Hex color #13DDA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DDA8 is #EC2257. Grayscale: #9A9A9A. Windows color (decimal): -15475288 or 11066643. OLE color: 11066643.

HSL color Cylindrical-coordinate representation of color #13DDA8: hue angle of 164.26º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DDA8 is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 221 168 -
CMYK 0.91 0 0.24 0.13
HSL 164.26º 0.84% 0.47% -
HSV(B) 164.26º 0.91% 0.87% -
XYZ 33.19 54.68 45.85 -
YUV 154.56 135.58 31.31 -
System Red Green Blue C M Y K H S L
Decimal 19 221 168 0.91 0 0.24 0.13 164.26 0.84 0.47
Hex 13 DD A8 5B 0 18 D A4 54 2F
Octal 23 335 250 133 0 30 15 244 124 57
Binary 10011 11011101 10101000 1011011 0 11000 1101 10100100 1010100 101111

Color Harmonies of #13DDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DDA8

Black with #13DDA8

Text Example


Text Example

White with #13DDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,221,168); }

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

background-color css

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

 a { background-color: rgb(19,221,168); }

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

border-color css

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

 span { border-color: rgb(19,221,168); }

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