Html Css Color HEX #13DCB1 Caribbean Green

📋 copy color: '#13DCB1'

red 19 ◦ green 220 ◦ blue 177

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

Shades of Caribbean Green #13DCB1

Tints of Caribbean Green #13DCB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 42.55%

R = 4.57%
G = 52.88%
B = 42.55%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#13DCB1 (or 0x13DCB1) is known color: Caribbean Green. HEX triplet: 13, DC and B1. RGB value is (19,220,177). Sum of RGB (Red+Green+Blue) = 19+220+177=416 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.57% from 416); Green value is 220 (86.33% from 255 or 52.88% from 416); Blue value is 177 (69.53% from 255 or 42.55% from 416); Max value from RGB is 220 - color contains mainly: green. Hex color #13DCB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DCB1 is #EC234E. Grayscale: #9A9A9A. Windows color (decimal): -15475535 or 11656211. OLE color: 11656211.

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

Color convert

RGB 19 220 177 -
CMYK 0.91 0 0.20 0.14
HSL 167.16º 0.84% 0.47% -
HSV(B) 167.16º 0.91% 0.86% -
XYZ 33.8 54.5 50.33 -
YUV 155 140.41 31 -
System Red Green Blue C M Y K H S L
Decimal 19 220 177 0.91 0 0.20 0.14 167.16 0.84 0.47
Hex 13 DC B1 5B 0 14 E A7 54 2F
Octal 23 334 261 133 0 24 16 247 124 57
Binary 10011 11011100 10110001 1011011 0 10100 1110 10100111 1010100 101111

Color Harmonies of #13DCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DCB1

Black with #13DCB1

Text Example


Text Example

White with #13DCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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