Html Css Color HEX #13DA86 Caribbean Green

📋 copy color: '#13DA86'

red 19 ◦ green 218 ◦ blue 134

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

Shades of Caribbean Green #13DA86

Tints of Caribbean Green #13DA86

RGB

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

 GREEN value IS 218 (85.55% from 255) = 58.76%

 BLUE value IS 134 (52.73% from 255) = 36.12%

R = 5.12%
G = 58.76%
B = 36.12%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#13DA86 (or 0x13DA86) is known color: Caribbean Green. HEX triplet: 13, DA and 86. RGB value is (19,218,134). Sum of RGB (Red+Green+Blue) = 19+218+134=371 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.12% from 371); Green value is 218 (85.55% from 255 or 58.76% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 218 - color contains mainly: green. Hex color #13DA86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DA86 is #EC2579. Grayscale: #959595. Windows color (decimal): -15476090 or 8837651. OLE color: 8837651.

HSL color Cylindrical-coordinate representation of color #13DA86: hue angle of 154.67º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DA86 is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 218 134 -
CMYK 0.91 0 0.39 0.15
HSL 154.67º 0.84% 0.46% -
HSV(B) 154.67º 0.91% 0.85% -
XYZ 29.64 52 31.03 -
YUV 148.92 119.57 35.33 -
System Red Green Blue C M Y K H S L
Decimal 19 218 134 0.91 0 0.39 0.15 154.67 0.84 0.46
Hex 13 DA 86 5B 0 27 F 9B 54 2E
Octal 23 332 206 133 0 47 17 233 124 56
Binary 10011 11011010 10000110 1011011 0 100111 1111 10011011 1010100 101110

Color Harmonies of #13DA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DA86

Black with #13DA86

Text Example


Text Example

White with #13DA86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,218,134); }

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

background-color css

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

 a { background-color: rgb(19,218,134); }

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

border-color css

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

 span { border-color: rgb(19,218,134); }

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