Html Css Color HEX #14C49B Caribbean Green

📋 copy color: '#14C49B'

red 20 ◦ green 196 ◦ blue 155

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

Shades of Caribbean Green #14C49B

Tints of Caribbean Green #14C49B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.78%

R = 5.39%
G = 52.83%
B = 41.78%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#14C49B (or 0x14C49B) is known color: Caribbean Green. HEX triplet: 14, C4 and 9B. RGB value is (20,196,155). Sum of RGB (Red+Green+Blue) = 20+196+155=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 196 (76.95% from 255 or 52.83% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 196 - color contains mainly: green. Hex color #14C49B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C49B is #EB3B64. Grayscale: #8A8A8A. Windows color (decimal): -15416165 or 10208276. OLE color: 10208276.

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

Color convert

RGB 20 196 155 -
CMYK 0.90 0 0.21 0.23
HSL 166.02º 0.81% 0.42% -
HSV(B) 166.02º 0.9% 0.77% -
XYZ 25.94 42 37.75 -
YUV 138.7 137.19 43.33 -
System Red Green Blue C M Y K H S L
Decimal 20 196 155 0.90 0 0.21 0.23 166.02 0.81 0.42
Hex 14 C4 9B 5A 0 15 17 A6 51 2A
Octal 24 304 233 132 0 25 27 246 121 52
Binary 10100 11000100 10011011 1011010 0 10101 10111 10100110 1010001 101010

Color Harmonies of #14C49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C49B

Black with #14C49B

Text Example


Text Example

White with #14C49B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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