#14C196

Color #14C196 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #14C196

Tints of Caribbean Green #14C196

Color information

#14C196 (or 0x14C196) is unknown color: approx Caribbean Green. HEX triplet: 14, C1 and 96. RGB value is (20,193,150). Sum of RGB (Red+Green+Blue) = 20+193+150=363 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.51% from 363); Green value is 193 (75.78% from 255 or 53.17% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 193 - color contains mainly: green. Hex color #14C196 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C196 is #EB3E69. Grayscale: #888888. Windows color (decimal): -15416938 or 9879828. OLE color: 9879828.

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

Color convert

RGB20193150-
CMYK0.9000.220.24
HSL165.09º81.22%41.76%-
HSV(B)165.09º89.64%75.69%-
XYZ24.8640.4935.36-
YUV136.37135.6945-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.51%
GREEN value IS 193 (75.78% from 255) = 53.17%
BLUE value IS 150 (58.98% from 255) = 41.32%
R=5.51%
G=53.17%
B=41.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal201931500.9000.220.24165.0981.2241.76
Hex14C1965A01618a5512a
Octal243012261320263024512152
Binary101001100000110010110101101001011011000101001011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,193,150); }

 H1.HeaderClassName
 {
   color: #14C196;
 }
 .AnyTagClassName
 {
   color: #14C196;
 }
</style>
background-color css

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

 a { background-color: rgb(20,193,150); }

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

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

 span { border-color: rgb(20,193,150); }

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