Html Css Color HEX #14CE8D Caribbean Green

📋 copy color: '#14CE8D'

red 20 ◦ green 206 ◦ blue 141

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

Shades of Caribbean Green #14CE8D

Tints of Caribbean Green #14CE8D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 56.13%

 BLUE value IS 141 (55.47% from 255) = 38.42%

R = 5.45%
G = 56.13%
B = 38.42%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#14CE8D (or 0x14CE8D) is known color: Caribbean Green. HEX triplet: 14, CE and 8D. RGB value is (20,206,141). Sum of RGB (Red+Green+Blue) = 20+206+141=367 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.45% from 367); Green value is 206 (80.86% from 255 or 56.13% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 206 - color contains mainly: green. Hex color #14CE8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CE8D is #EB3172. Grayscale: #8F8F8F. Windows color (decimal): -15413619 or 9293332. OLE color: 9293332.

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

Color convert

RGB 20 206 141 -
CMYK 0.90 0 0.32 0.19
HSL 159.03º 0.82% 0.44% -
HSV(B) 159.03º 0.9% 0.81% -
XYZ 27.17 46.21 32.69 -
YUV 142.98 126.88 40.29 -
System Red Green Blue C M Y K H S L
Decimal 20 206 141 0.90 0 0.32 0.19 159.03 0.82 0.44
Hex 14 CE 8D 5A 0 20 13 9F 52 2C
Octal 24 316 215 132 0 40 23 237 122 54
Binary 10100 11001110 10001101 1011010 0 100000 10011 10011111 1010010 101100

Color Harmonies of #14CE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CE8D

Black with #14CE8D

Text Example


Text Example

White with #14CE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,206,141); }

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

background-color css

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

 a { background-color: rgb(20,206,141); }

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

border-color css

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

 span { border-color: rgb(20,206,141); }

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