Html Css Color HEX #13D5AB Caribbean Green

📋 copy color: '#13D5AB'

red 19 ◦ green 213 ◦ blue 171

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

Shades of Caribbean Green #13D5AB

Tints of Caribbean Green #13D5AB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 52.85%

 BLUE value IS 171 (67.19% from 255) = 42.43%

R = 4.71%
G = 52.85%
B = 42.43%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#13D5AB (or 0x13D5AB) is known color: Caribbean Green. HEX triplet: 13, D5 and AB. RGB value is (19,213,171). Sum of RGB (Red+Green+Blue) = 19+213+171=403 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.71% from 403); Green value is 213 (83.59% from 255 or 52.85% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 213 - color contains mainly: green. Hex color #13D5AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D5AB is #EC2A54. Grayscale: #969696. Windows color (decimal): -15477333 or 11261203. OLE color: 11261203.

HSL color Cylindrical-coordinate representation of color #13D5AB: hue angle of 167.01º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D5AB is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 213 171 -
CMYK 0.91 0 0.20 0.16
HSL 167.01º 0.84% 0.45% -
HSV(B) 167.01º 0.91% 0.84% -
XYZ 31.41 50.67 46.65 -
YUV 150.21 139.73 34.42 -
System Red Green Blue C M Y K H S L
Decimal 19 213 171 0.91 0 0.20 0.16 167.01 0.84 0.45
Hex 13 D5 AB 5B 0 14 10 A7 54 2D
Octal 23 325 253 133 0 24 20 247 124 55
Binary 10011 11010101 10101011 1011011 0 10100 10000 10100111 1010100 101101

Color Harmonies of #13D5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D5AB

Black with #13D5AB

Text Example


Text Example

White with #13D5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,213,171); }

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

background-color css

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

 a { background-color: rgb(19,213,171); }

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

border-color css

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

 span { border-color: rgb(19,213,171); }

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