Html Css Color HEX #13DB8A Caribbean Green

📋 copy color: '#13DB8A'

red 19 ◦ green 219 ◦ blue 138

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

Shades of Caribbean Green #13DB8A

Tints of Caribbean Green #13DB8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.7%

R = 5.05%
G = 58.24%
B = 36.7%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#13DB8A (or 0x13DB8A) is known color: Caribbean Green. HEX triplet: 13, DB and 8A. RGB value is (19,219,138). Sum of RGB (Red+Green+Blue) = 19+219+138=376 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.05% from 376); Green value is 219 (85.94% from 255 or 58.24% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 219 - color contains mainly: green. Hex color #13DB8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DB8A is #EC2475. Grayscale: #969696. Windows color (decimal): -15475830 or 9100051. OLE color: 9100051.

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

Color convert

RGB 19 219 138 -
CMYK 0.91 0 0.37 0.14
HSL 155.7º 0.84% 0.47% -
HSV(B) 155.7º 0.91% 0.86% -
XYZ 30.19 52.64 32.61 -
YUV 149.97 121.24 34.59 -
System Red Green Blue C M Y K H S L
Decimal 19 219 138 0.91 0 0.37 0.14 155.7 0.84 0.47
Hex 13 DB 8A 5B 0 25 E 9C 54 2F
Octal 23 333 212 133 0 45 16 234 124 57
Binary 10011 11011011 10001010 1011011 0 100101 1110 10011100 1010100 101111

Color Harmonies of #13DB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DB8A

Black with #13DB8A

Text Example


Text Example

White with #13DB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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