Html Css Color HEX #14C493 Caribbean Green

📋 copy color: '#14C493'

red 20 ◦ green 196 ◦ blue 147

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

Shades of Caribbean Green #14C493

Tints of Caribbean Green #14C493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.5%

R = 5.51%
G = 53.99%
B = 40.5%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#14C493 (or 0x14C493) is known color: Caribbean Green. HEX triplet: 14, C4 and 93. RGB value is (20,196,147). Sum of RGB (Red+Green+Blue) = 20+196+147=363 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.51% from 363); Green value is 196 (76.95% from 255 or 53.99% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 196 - color contains mainly: green. Hex color #14C493 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C493 is #EB3B6C. Grayscale: #898989. Windows color (decimal): -15416173 or 9683988. OLE color: 9683988.

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

Color convert

RGB 20 196 147 -
CMYK 0.90 0 0.25 0.23
HSL 163.3º 0.81% 0.42% -
HSV(B) 163.3º 0.9% 0.77% -
XYZ 25.29 41.74 34.33 -
YUV 137.79 133.19 43.98 -
System Red Green Blue C M Y K H S L
Decimal 20 196 147 0.90 0 0.25 0.23 163.3 0.81 0.42
Hex 14 C4 93 5A 0 19 17 A3 51 2A
Octal 24 304 223 132 0 31 27 243 121 52
Binary 10100 11000100 10010011 1011010 0 11001 10111 10100011 1010001 101010

Color Harmonies of #14C493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C493

Black with #14C493

Text Example


Text Example

White with #14C493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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