Html Css Color HEX #14C49F Caribbean Green

📋 copy color: '#14C49F'

red 20 ◦ green 196 ◦ blue 159

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

Shades of Caribbean Green #14C49F

Tints of Caribbean Green #14C49F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 52.27%

 BLUE value IS 159 (62.5% from 255) = 42.4%

R = 5.33%
G = 52.27%
B = 42.4%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#14C49F (or 0x14C49F) is known color: Caribbean Green. HEX triplet: 14, C4 and 9F. RGB value is (20,196,159). Sum of RGB (Red+Green+Blue) = 20+196+159=375 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.33% from 375); Green value is 196 (76.95% from 255 or 52.27% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 196 - color contains mainly: green. Hex color #14C49F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C49F is #EB3B60. Grayscale: #8B8B8B. Windows color (decimal): -15416161 or 10470420. OLE color: 10470420.

HSL color Cylindrical-coordinate representation of color #14C49F: hue angle of 167.39º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C49F is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 20 196 159 -
CMYK 0.90 0 0.19 0.23
HSL 167.39º 0.81% 0.42% -
HSV(B) 167.39º 0.9% 0.77% -
XYZ 26.29 42.13 39.55 -
YUV 139.16 139.19 43.01 -
System Red Green Blue C M Y K H S L
Decimal 20 196 159 0.90 0 0.19 0.23 167.39 0.81 0.42
Hex 14 C4 9F 5A 0 13 17 A7 51 2A
Octal 24 304 237 132 0 23 27 247 121 52
Binary 10100 11000100 10011111 1011010 0 10011 10111 10100111 1010001 101010

Color Harmonies of #14C49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C49F

Black with #14C49F

Text Example


Text Example

White with #14C49F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,196,159); }

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

background-color css

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

 a { background-color: rgb(20,196,159); }

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

border-color css

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

 span { border-color: rgb(20,196,159); }

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