Html Css Color HEX #14C295 Caribbean Green

📋 copy color: '#14C295'

red 20 ◦ green 194 ◦ blue 149

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

Shades of Caribbean Green #14C295

Tints of Caribbean Green #14C295

RGB

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

 GREEN value IS 194 (76.17% from 255) = 53.44%

 BLUE value IS 149 (58.59% from 255) = 41.05%

R = 5.51%
G = 53.44%
B = 41.05%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#14C295 (or 0x14C295) is known color: Caribbean Green. HEX triplet: 14, C2 and 95. RGB value is (20,194,149). Sum of RGB (Red+Green+Blue) = 20+194+149=363 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.51% from 363); Green value is 194 (76.17% from 255 or 53.44% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 194 - color contains mainly: green. Hex color #14C295 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C295 is #EB3D6A. Grayscale: #888888. Windows color (decimal): -15416683 or 9814548. OLE color: 9814548.

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

Color convert

RGB 20 194 149 -
CMYK 0.90 0 0.23 0.24
HSL 164.48º 0.81% 0.42% -
HSV(B) 164.48º 0.9% 0.76% -
XYZ 25.01 40.9 35.01 -
YUV 136.84 134.85 44.66 -
System Red Green Blue C M Y K H S L
Decimal 20 194 149 0.90 0 0.23 0.24 164.48 0.81 0.42
Hex 14 C2 95 5A 0 17 18 A4 51 2A
Octal 24 302 225 132 0 27 30 244 121 52
Binary 10100 11000010 10010101 1011010 0 10111 11000 10100100 1010001 101010

Color Harmonies of #14C295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C295

Black with #14C295

Text Example


Text Example

White with #14C295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,194,149); }

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

background-color css

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

 a { background-color: rgb(20,194,149); }

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

border-color css

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

 span { border-color: rgb(20,194,149); }

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