Html Css Color HEX #13DC8C Caribbean Green

📋 copy color: '#13DC8C'

red 19 ◦ green 220 ◦ blue 140

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

Shades of Caribbean Green #13DC8C

Tints of Caribbean Green #13DC8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.94%

R = 5.01%
G = 58.05%
B = 36.94%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#13DC8C (or 0x13DC8C) is known color: Caribbean Green. HEX triplet: 13, DC and 8C. RGB value is (19,220,140). Sum of RGB (Red+Green+Blue) = 19+220+140=379 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.01% from 379); Green value is 220 (86.33% from 255 or 58.05% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 220 - color contains mainly: green. Hex color #13DC8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DC8C is #EC2373. Grayscale: #969696. Windows color (decimal): -15475572 or 9231379. OLE color: 9231379.

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

Color convert

RGB 19 220 140 -
CMYK 0.91 0 0.36 0.14
HSL 156.12º 0.84% 0.47% -
HSV(B) 156.12º 0.91% 0.86% -
XYZ 30.6 53.22 33.47 -
YUV 150.78 121.91 34 -
System Red Green Blue C M Y K H S L
Decimal 19 220 140 0.91 0 0.36 0.14 156.12 0.84 0.47
Hex 13 DC 8C 5B 0 24 E 9C 54 2F
Octal 23 334 214 133 0 44 16 234 124 57
Binary 10011 11011100 10001100 1011011 0 100100 1110 10011100 1010100 101111

Color Harmonies of #13DC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DC8C

Black with #13DC8C

Text Example


Text Example

White with #13DC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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