Html Css Color HEX #14DD8D Caribbean Green

📋 copy color: '#14DD8D'

red 20 ◦ green 221 ◦ blue 141

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

Shades of Caribbean Green #14DD8D

Tints of Caribbean Green #14DD8D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 57.85%

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

R = 5.24%
G = 57.85%
B = 36.91%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#14DD8D (or 0x14DD8D) is known color: Caribbean Green. HEX triplet: 14, DD and 8D. RGB value is (20,221,141). Sum of RGB (Red+Green+Blue) = 20+221+141=382 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.24% from 382); Green value is 221 (86.72% from 255 or 57.85% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 221 - color contains mainly: green. Hex color #14DD8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DD8D is #EB2272. Grayscale: #979797. Windows color (decimal): -15409779 or 9297172. OLE color: 9297172.

HSL color Cylindrical-coordinate representation of color #14DD8D: hue angle of 156.12º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DD8D is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 221 141 -
CMYK 0.91 0 0.36 0.13
HSL 156.12º 0.83% 0.47% -
HSV(B) 156.12º 0.91% 0.87% -
XYZ 30.95 53.78 33.95 -
YUV 151.78 121.91 34 -
System Red Green Blue C M Y K H S L
Decimal 20 221 141 0.91 0 0.36 0.13 156.12 0.83 0.47
Hex 14 DD 8D 5B 0 24 D 9C 53 2F
Octal 24 335 215 133 0 44 15 234 123 57
Binary 10100 11011101 10001101 1011011 0 100100 1101 10011100 1010011 101111

Color Harmonies of #14DD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DD8D

Black with #14DD8D

Text Example


Text Example

White with #14DD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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