Html Css Color HEX #14D3AB Caribbean Green

📋 copy color: '#14D3AB'

red 20 ◦ green 211 ◦ blue 171

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

Shades of Caribbean Green #14D3AB

Tints of Caribbean Green #14D3AB

RGB

 RED value IS 20 (8.2% from 255) = 4.98%

 GREEN value IS 211 (82.81% from 255) = 52.49%

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

R = 4.98%
G = 52.49%
B = 42.54%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#14D3AB (or 0x14D3AB) is known color: Caribbean Green. HEX triplet: 14, D3 and AB. RGB value is (20,211,171). Sum of RGB (Red+Green+Blue) = 20+211+171=402 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.98% from 402); Green value is 211 (82.81% from 255 or 52.49% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 211 - color contains mainly: green. Hex color #14D3AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D3AB is #EB2C54. Grayscale: #959595. Windows color (decimal): -15412309 or 11260692. OLE color: 11260692.

HSL color Cylindrical-coordinate representation of color #14D3AB: hue angle of 167.43º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D3AB is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 20 211 171 -
CMYK 0.91 0 0.19 0.17
HSL 167.43º 0.83% 0.45% -
HSV(B) 167.43º 0.91% 0.83% -
XYZ 30.93 49.68 46.49 -
YUV 149.33 140.22 35.75 -
System Red Green Blue C M Y K H S L
Decimal 20 211 171 0.91 0 0.19 0.17 167.43 0.83 0.45
Hex 14 D3 AB 5B 0 13 11 A7 53 2D
Octal 24 323 253 133 0 23 21 247 123 55
Binary 10100 11010011 10101011 1011011 0 10011 10001 10100111 1010011 101101

Color Harmonies of #14D3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D3AB

Black with #14D3AB

Text Example


Text Example

White with #14D3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14D3AB; }

 p { color: rgb(20,211,171); }

 H1.HeaderClassName
 {
   color: #14D3AB;
 }
 .AnyTagClassName
 {
   color: #14D3AB;
 }
</style>

background-color css

<style>
 a { background-color: #14D3AB; }

 a { background-color: rgb(20,211,171); }

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

border-color css

<style>
 span { border-color: #14D3AB; }

 span { border-color: rgb(20,211,171); }

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