Html Css Color HEX #13DA8D Caribbean Green

📋 copy color: '#13DA8D'

red 19 ◦ green 218 ◦ blue 141

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

Shades of Caribbean Green #13DA8D

Tints of Caribbean Green #13DA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.3%

R = 5.03%
G = 57.67%
B = 37.3%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#13DA8D (or 0x13DA8D) is known color: Caribbean Green. HEX triplet: 13, DA and 8D. RGB value is (19,218,141). Sum of RGB (Red+Green+Blue) = 19+218+141=378 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.03% from 378); Green value is 218 (85.55% from 255 or 57.67% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 218 - color contains mainly: green. Hex color #13DA8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DA8D is #EC2572. Grayscale: #959595. Windows color (decimal): -15476083 or 9296403. OLE color: 9296403.

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

Color convert

RGB 19 218 141 -
CMYK 0.91 0 0.35 0.15
HSL 156.78º 0.84% 0.46% -
HSV(B) 156.78º 0.91% 0.85% -
XYZ 30.15 52.2 33.69 -
YUV 149.72 123.07 34.76 -
System Red Green Blue C M Y K H S L
Decimal 19 218 141 0.91 0 0.35 0.15 156.78 0.84 0.46
Hex 13 DA 8D 5B 0 23 F 9D 54 2E
Octal 23 332 215 133 0 43 17 235 124 56
Binary 10011 11011010 10001101 1011011 0 100011 1111 10011101 1010100 101110

Color Harmonies of #13DA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DA8D

Black with #13DA8D

Text Example


Text Example

White with #13DA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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