Html Css Color HEX #14C29B Caribbean Green

📋 copy color: '#14C29B'

red 20 ◦ green 194 ◦ blue 155

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

Shades of Caribbean Green #14C29B

Tints of Caribbean Green #14C29B

RGB

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

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

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

R = 5.42%
G = 52.57%
B = 42.01%

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

#14C29B (or 0x14C29B) is known color: Caribbean Green. HEX triplet: 14, C2 and 9B. RGB value is (20,194,155). Sum of RGB (Red+Green+Blue) = 20+194+155=369 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.42% from 369); Green value is 194 (76.17% from 255 or 52.57% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 194 - color contains mainly: green. Hex color #14C29B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C29B is #EB3D64. Grayscale: #898989. Windows color (decimal): -15416677 or 10207764. OLE color: 10207764.

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

Color convert

RGB 20 194 155 -
CMYK 0.90 0 0.20 0.24
HSL 166.55º 0.81% 0.42% -
HSV(B) 166.55º 0.9% 0.76% -
XYZ 25.5 41.1 37.6 -
YUV 137.53 137.85 44.17 -
System Red Green Blue C M Y K H S L
Decimal 20 194 155 0.90 0 0.20 0.24 166.55 0.81 0.42
Hex 14 C2 9B 5A 0 14 18 A7 51 2A
Octal 24 302 233 132 0 24 30 247 121 52
Binary 10100 11000010 10011011 1011010 0 10100 11000 10100111 1010001 101010

Color Harmonies of #14C29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C29B

Black with #14C29B

Text Example


Text Example

White with #14C29B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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