Html Css Color HEX #13DDAB Caribbean Green

📋 copy color: '#13DDAB'

red 19 ◦ green 221 ◦ blue 171

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

Shades of Caribbean Green #13DDAB

Tints of Caribbean Green #13DDAB

RGB

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

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

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

R = 4.62%
G = 53.77%
B = 41.61%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#13DDAB (or 0x13DDAB) is known color: Caribbean Green. HEX triplet: 13, DD and AB. RGB value is (19,221,171). Sum of RGB (Red+Green+Blue) = 19+221+171=411 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.62% from 411); Green value is 221 (86.72% from 255 or 53.77% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 221 - color contains mainly: green. Hex color #13DDAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DDAB is #EC2254. Grayscale: #9A9A9A. Windows color (decimal): -15475285 or 11263251. OLE color: 11263251.

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

Color convert

RGB 19 221 171 -
CMYK 0.91 0 0.23 0.13
HSL 165.15º 0.84% 0.47% -
HSV(B) 165.15º 0.91% 0.87% -
XYZ 33.48 54.79 47.34 -
YUV 154.9 137.08 31.07 -
System Red Green Blue C M Y K H S L
Decimal 19 221 171 0.91 0 0.23 0.13 165.15 0.84 0.47
Hex 13 DD AB 5B 0 17 D A5 54 2F
Octal 23 335 253 133 0 27 15 245 124 57
Binary 10011 11011101 10101011 1011011 0 10111 1101 10100101 1010100 101111

Color Harmonies of #13DDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DDAB

Black with #13DDAB

Text Example


Text Example

White with #13DDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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