Html Css Color HEX #13DA80 Caribbean Green

📋 copy color: '#13DA80'

red 19 ◦ green 218 ◦ blue 128

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

Shades of Caribbean Green #13DA80

Tints of Caribbean Green #13DA80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.07%

R = 5.21%
G = 59.73%
B = 35.07%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#13DA80 (or 0x13DA80) is known color: Caribbean Green. HEX triplet: 13, DA and 80. RGB value is (19,218,128). Sum of RGB (Red+Green+Blue) = 19+218+128=365 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.21% from 365); Green value is 218 (85.55% from 255 or 59.73% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 218 - color contains mainly: green. Hex color #13DA80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DA80 is #EC257F. Grayscale: #949494. Windows color (decimal): -15476096 or 8444435. OLE color: 8444435.

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

Color convert

RGB 19 218 128 -
CMYK 0.91 0 0.41 0.15
HSL 152.86º 0.84% 0.46% -
HSV(B) 152.86º 0.91% 0.85% -
XYZ 29.24 51.84 28.89 -
YUV 148.24 116.57 35.82 -
System Red Green Blue C M Y K H S L
Decimal 19 218 128 0.91 0 0.41 0.15 152.86 0.84 0.46
Hex 13 DA 80 5B 0 29 F 99 54 2E
Octal 23 332 200 133 0 51 17 231 124 56
Binary 10011 11011010 10000000 1011011 0 101001 1111 10011001 1010100 101110

Color Harmonies of #13DA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DA80

Black with #13DA80

Text Example


Text Example

White with #13DA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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