Html Css Color HEX #14D4AD Caribbean Green

📋 copy color: '#14D4AD'

red 20 ◦ green 212 ◦ blue 173

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

Shades of Caribbean Green #14D4AD

Tints of Caribbean Green #14D4AD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 52.35%

 BLUE value IS 173 (67.97% from 255) = 42.72%

R = 4.94%
G = 52.35%
B = 42.72%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#14D4AD (or 0x14D4AD) is known color: Caribbean Green. HEX triplet: 14, D4 and AD. RGB value is (20,212,173). Sum of RGB (Red+Green+Blue) = 20+212+173=405 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.94% from 405); Green value is 212 (83.20% from 255 or 52.35% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 212 - color contains mainly: green. Hex color #14D4AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D4AD is #EB2B52. Grayscale: #969696. Windows color (decimal): -15412051 or 11392020. OLE color: 11392020.

HSL color Cylindrical-coordinate representation of color #14D4AD: hue angle of 167.81º 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 #14D4AD is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 20 212 173 -
CMYK 0.91 0 0.18 0.17
HSL 167.81º 0.83% 0.45% -
HSV(B) 167.81º 0.91% 0.83% -
XYZ 31.37 50.25 47.58 -
YUV 150.15 140.89 35.17 -
System Red Green Blue C M Y K H S L
Decimal 20 212 173 0.91 0 0.18 0.17 167.81 0.83 0.45
Hex 14 D4 AD 5B 0 12 11 A8 53 2D
Octal 24 324 255 133 0 22 21 250 123 55
Binary 10100 11010100 10101101 1011011 0 10010 10001 10101000 1010011 101101

Color Harmonies of #14D4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D4AD

Black with #14D4AD

Text Example


Text Example

White with #14D4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,212,173); }

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

background-color css

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

 a { background-color: rgb(20,212,173); }

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

border-color css

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

 span { border-color: rgb(20,212,173); }

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