Html Css Color HEX #13DC89 Caribbean Green

📋 copy color: '#13DC89'

red 19 ◦ green 220 ◦ blue 137

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

Shades of Caribbean Green #13DC89

Tints of Caribbean Green #13DC89

RGB

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

 GREEN value IS 220 (86.33% from 255) = 58.51%

 BLUE value IS 137 (53.91% from 255) = 36.44%

R = 5.05%
G = 58.51%
B = 36.44%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#13DC89 (or 0x13DC89) is known color: Caribbean Green. HEX triplet: 13, DC and 89. RGB value is (19,220,137). Sum of RGB (Red+Green+Blue) = 19+220+137=376 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.05% from 376); Green value is 220 (86.33% from 255 or 58.51% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 220 - color contains mainly: green. Hex color #13DC89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DC89 is #EC2376. Grayscale: #969696. Windows color (decimal): -15475575 or 9034771. OLE color: 9034771.

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

Color convert

RGB 19 220 137 -
CMYK 0.91 0 0.38 0.14
HSL 155.22º 0.84% 0.47% -
HSV(B) 155.22º 0.91% 0.86% -
XYZ 30.38 53.13 32.32 -
YUV 150.44 120.41 34.25 -
System Red Green Blue C M Y K H S L
Decimal 19 220 137 0.91 0 0.38 0.14 155.22 0.84 0.47
Hex 13 DC 89 5B 0 26 E 9B 54 2F
Octal 23 334 211 133 0 46 16 233 124 57
Binary 10011 11011100 10001001 1011011 0 100110 1110 10011011 1010100 101111

Color Harmonies of #13DC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DC89

Black with #13DC89

Text Example


Text Example

White with #13DC89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,220,137); }

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

background-color css

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

 a { background-color: rgb(19,220,137); }

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

border-color css

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

 span { border-color: rgb(19,220,137); }

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