Html Css Color HEX #13DB93 Caribbean Green

📋 copy color: '#13DB93'

red 19 ◦ green 219 ◦ blue 147

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

Shades of Caribbean Green #13DB93

Tints of Caribbean Green #13DB93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.18%

R = 4.94%
G = 56.88%
B = 38.18%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#13DB93 (or 0x13DB93) is known color: Caribbean Green. HEX triplet: 13, DB and 93. RGB value is (19,219,147). Sum of RGB (Red+Green+Blue) = 19+219+147=385 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.94% from 385); Green value is 219 (85.94% from 255 or 56.88% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 219 - color contains mainly: green. Hex color #13DB93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DB93 is #EC246C. Grayscale: #979797. Windows color (decimal): -15475821 or 9689875. OLE color: 9689875.

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

Color convert

RGB 19 219 147 -
CMYK 0.91 0 0.33 0.14
HSL 158.4º 0.84% 0.47% -
HSV(B) 158.4º 0.91% 0.86% -
XYZ 30.87 52.91 36.19 -
YUV 150.99 125.74 33.85 -
System Red Green Blue C M Y K H S L
Decimal 19 219 147 0.91 0 0.33 0.14 158.4 0.84 0.47
Hex 13 DB 93 5B 0 21 E 9E 54 2F
Octal 23 333 223 133 0 41 16 236 124 57
Binary 10011 11011011 10010011 1011011 0 100001 1110 10011110 1010100 101111

Color Harmonies of #13DB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DB93

Black with #13DB93

Text Example


Text Example

White with #13DB93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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