Html Css Color HEX #13DCB0 Caribbean Green

📋 copy color: '#13DCB0'

red 19 ◦ green 220 ◦ blue 176

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

Shades of Caribbean Green #13DCB0

Tints of Caribbean Green #13DCB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.41%

R = 4.58%
G = 53.01%
B = 42.41%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#13DCB0 (or 0x13DCB0) is known color: Caribbean Green. HEX triplet: 13, DC and B0. RGB value is (19,220,176). Sum of RGB (Red+Green+Blue) = 19+220+176=415 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.58% from 415); Green value is 220 (86.33% from 255 or 53.01% from 415); Blue value is 176 (69.14% from 255 or 42.41% from 415); Max value from RGB is 220 - color contains mainly: green. Hex color #13DCB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DCB0 is #EC234F. Grayscale: #9A9A9A. Windows color (decimal): -15475536 or 11590675. OLE color: 11590675.

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

Color convert

RGB 19 220 176 -
CMYK 0.91 0 0.2 0.14
HSL 166.87º 0.84% 0.47% -
HSV(B) 166.87º 0.91% 0.86% -
XYZ 33.7 54.46 49.81 -
YUV 154.89 139.91 31.08 -
System Red Green Blue C M Y K H S L
Decimal 19 220 176 0.91 0 0.2 0.14 166.87 0.84 0.47
Hex 13 DC B0 5B 0 14 E A7 54 2F
Octal 23 334 260 133 0 24 16 247 124 57
Binary 10011 11011100 10110000 1011011 0 10100 1110 10100111 1010100 101111

Color Harmonies of #13DCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DCB0

Black with #13DCB0

Text Example


Text Example

White with #13DCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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