Html Css Color HEX #14C79D Caribbean Green

📋 copy color: '#14C79D'

red 20 ◦ green 199 ◦ blue 157

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

Shades of Caribbean Green #14C79D

Tints of Caribbean Green #14C79D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 52.93%

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

R = 5.32%
G = 52.93%
B = 41.76%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#14C79D (or 0x14C79D) is known color: Caribbean Green. HEX triplet: 14, C7 and 9D. RGB value is (20,199,157). Sum of RGB (Red+Green+Blue) = 20+199+157=376 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.32% from 376); Green value is 199 (78.12% from 255 or 52.93% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 199 - color contains mainly: green. Hex color #14C79D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C79D is #EB3862. Grayscale: #8C8C8C. Windows color (decimal): -15415395 or 10340116. OLE color: 10340116.

HSL color Cylindrical-coordinate representation of color #14C79D: hue angle of 165.92º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C79D is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB 20 199 157 -
CMYK 0.90 0 0.21 0.22
HSL 165.92º 0.82% 0.43% -
HSV(B) 165.92º 0.9% 0.78% -
XYZ 26.8 43.43 38.87 -
YUV 140.69 137.2 41.92 -
System Red Green Blue C M Y K H S L
Decimal 20 199 157 0.90 0 0.21 0.22 165.92 0.82 0.43
Hex 14 C7 9D 5A 0 15 16 A6 52 2B
Octal 24 307 235 132 0 25 26 246 122 53
Binary 10100 11000111 10011101 1011010 0 10101 10110 10100110 1010010 101011

Color Harmonies of #14C79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C79D

Black with #14C79D

Text Example


Text Example

White with #14C79D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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