Html Css Color HEX #14C19A Caribbean Green

📋 copy color: '#14C19A'

red 20 ◦ green 193 ◦ blue 154

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

Shades of Caribbean Green #14C19A

Tints of Caribbean Green #14C19A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 52.59%

 BLUE value IS 154 (60.55% from 255) = 41.96%

R = 5.45%
G = 52.59%
B = 41.96%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#14C19A (or 0x14C19A) is known color: Caribbean Green. HEX triplet: 14, C1 and 9A. RGB value is (20,193,154). Sum of RGB (Red+Green+Blue) = 20+193+154=367 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.45% from 367); Green value is 193 (75.78% from 255 or 52.59% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 193 - color contains mainly: green. Hex color #14C19A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C19A is #EB3E65. Grayscale: #888888. Windows color (decimal): -15416934 or 10141972. OLE color: 10141972.

HSL color Cylindrical-coordinate representation of color #14C19A: hue angle of 166.47º 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 #14C19A is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 20 193 154 -
CMYK 0.90 0 0.20 0.24
HSL 166.47º 0.81% 0.42% -
HSV(B) 166.47º 0.9% 0.76% -
XYZ 25.19 40.62 37.08 -
YUV 136.83 137.69 44.67 -
System Red Green Blue C M Y K H S L
Decimal 20 193 154 0.90 0 0.20 0.24 166.47 0.81 0.42
Hex 14 C1 9A 5A 0 14 18 A6 51 2A
Octal 24 301 232 132 0 24 30 246 121 52
Binary 10100 11000001 10011010 1011010 0 10100 11000 10100110 1010001 101010

Color Harmonies of #14C19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C19A

Black with #14C19A

Text Example


Text Example

White with #14C19A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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