Html Css Color HEX #14D18F Caribbean Green

📋 copy color: '#14D18F'

red 20 ◦ green 209 ◦ blue 143

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

Shades of Caribbean Green #14D18F

Tints of Caribbean Green #14D18F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 56.18%

 BLUE value IS 143 (56.25% from 255) = 38.44%

R = 5.38%
G = 56.18%
B = 38.44%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#14D18F (or 0x14D18F) is known color: Caribbean Green. HEX triplet: 14, D1 and 8F. RGB value is (20,209,143). Sum of RGB (Red+Green+Blue) = 20+209+143=372 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.38% from 372); Green value is 209 (82.03% from 255 or 56.18% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 209 - color contains mainly: green. Hex color #14D18F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D18F is #EB2E70. Grayscale: #919191. Windows color (decimal): -15412849 or 9425172. OLE color: 9425172.

HSL color Cylindrical-coordinate representation of color #14D18F: hue angle of 159.05º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14D18F is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 20 209 143 -
CMYK 0.90 0 0.32 0.18
HSL 159.05º 0.83% 0.45% -
HSV(B) 159.05º 0.9% 0.82% -
XYZ 28.05 47.73 33.72 -
YUV 144.97 126.88 38.87 -
System Red Green Blue C M Y K H S L
Decimal 20 209 143 0.90 0 0.32 0.18 159.05 0.83 0.45
Hex 14 D1 8F 5A 0 20 12 9F 53 2D
Octal 24 321 217 132 0 40 22 237 123 55
Binary 10100 11010001 10001111 1011010 0 100000 10010 10011111 1010011 101101

Color Harmonies of #14D18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D18F

Black with #14D18F

Text Example


Text Example

White with #14D18F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,209,143); }

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

background-color css

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

 a { background-color: rgb(20,209,143); }

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

border-color css

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

 span { border-color: rgb(20,209,143); }

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