Html Css Color HEX #13DBAB Caribbean Green

📋 copy color: '#13DBAB'

red 19 ◦ green 219 ◦ blue 171

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

Shades of Caribbean Green #13DBAB

Tints of Caribbean Green #13DBAB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 53.55%

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

R = 4.65%
G = 53.55%
B = 41.81%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#13DBAB (or 0x13DBAB) is known color: Caribbean Green. HEX triplet: 13, DB and AB. RGB value is (19,219,171). Sum of RGB (Red+Green+Blue) = 19+219+171=409 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.65% from 409); Green value is 219 (85.94% from 255 or 53.55% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 219 - color contains mainly: green. Hex color #13DBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DBAB is #EC2454. Grayscale: #999999. Windows color (decimal): -15475797 or 11262739. OLE color: 11262739.

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

Color convert

RGB 19 219 171 -
CMYK 0.91 0 0.22 0.14
HSL 165.6º 0.84% 0.47% -
HSV(B) 165.6º 0.91% 0.86% -
XYZ 32.95 53.74 47.16 -
YUV 153.73 137.74 31.9 -
System Red Green Blue C M Y K H S L
Decimal 19 219 171 0.91 0 0.22 0.14 165.6 0.84 0.47
Hex 13 DB AB 5B 0 16 E A6 54 2F
Octal 23 333 253 133 0 26 16 246 124 57
Binary 10011 11011011 10101011 1011011 0 10110 1110 10100110 1010100 101111

Color Harmonies of #13DBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DBAB

Black with #13DBAB

Text Example


Text Example

White with #13DBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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