Html Css Color HEX #14D49D Caribbean Green

📋 copy color: '#14D49D'

red 20 ◦ green 212 ◦ blue 157

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

Shades of Caribbean Green #14D49D

Tints of Caribbean Green #14D49D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.36%

R = 5.14%
G = 54.5%
B = 40.36%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#14D49D (or 0x14D49D) is known color: Caribbean Green. HEX triplet: 14, D4 and 9D. RGB value is (20,212,157). Sum of RGB (Red+Green+Blue) = 20+212+157=389 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.14% from 389); Green value is 212 (83.20% from 255 or 54.50% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 212 - color contains mainly: green. Hex color #14D49D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D49D is #EB2B62. Grayscale: #949494. Windows color (decimal): -15412067 or 10343444. OLE color: 10343444.

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

Color convert

RGB 20 212 157 -
CMYK 0.91 0 0.26 0.17
HSL 162.81º 0.83% 0.45% -
HSV(B) 162.81º 0.91% 0.83% -
XYZ 29.92 49.67 39.91 -
YUV 148.32 132.89 36.47 -
System Red Green Blue C M Y K H S L
Decimal 20 212 157 0.91 0 0.26 0.17 162.81 0.83 0.45
Hex 14 D4 9D 5B 0 1A 11 A3 53 2D
Octal 24 324 235 133 0 32 21 243 123 55
Binary 10100 11010100 10011101 1011011 0 11010 10001 10100011 1010011 101101

Color Harmonies of #14D49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D49D

Black with #14D49D

Text Example


Text Example

White with #14D49D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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