Html Css Color HEX #14E18F Caribbean Green

📋 copy color: '#14E18F'

red 20 ◦ green 225 ◦ blue 143

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

Shades of Caribbean Green #14E18F

Tints of Caribbean Green #14E18F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 57.99%

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

R = 5.15%
G = 57.99%
B = 36.86%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#14E18F (or 0x14E18F) is known color: Caribbean Green. HEX triplet: 14, E1 and 8F. RGB value is (20,225,143). Sum of RGB (Red+Green+Blue) = 20+225+143=388 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.15% from 388); Green value is 225 (88.28% from 255 or 57.99% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 225 - color contains mainly: green. Hex color #14E18F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14E18F is #EB1E70. Grayscale: #9A9A9A. Windows color (decimal): -15408753 or 9429268. OLE color: 9429268.

HSL color Cylindrical-coordinate representation of color #14E18F: hue angle of 156º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E18F is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 20 225 143 -
CMYK 0.91 0 0.36 0.12
HSL 156º 0.84% 0.48% -
HSV(B) 156º 0.91% 0.88% -
XYZ 32.17 55.98 35.1 -
YUV 154.36 121.58 32.17 -
System Red Green Blue C M Y K H S L
Decimal 20 225 143 0.91 0 0.36 0.12 156 0.84 0.48
Hex 14 E1 8F 5B 0 24 C 9C 54 30
Octal 24 341 217 133 0 44 14 234 124 60
Binary 10100 11100001 10001111 1011011 0 100100 1100 10011100 1010100 110000

Color Harmonies of #14E18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E18F

Black with #14E18F

Text Example


Text Example

White with #14E18F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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