Html Css Color HEX #14DA8D Caribbean Green

📋 copy color: '#14DA8D'

red 20 ◦ green 218 ◦ blue 141

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

Shades of Caribbean Green #14DA8D

Tints of Caribbean Green #14DA8D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 57.52%

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

R = 5.28%
G = 57.52%
B = 37.2%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#14DA8D (or 0x14DA8D) is known color: Caribbean Green. HEX triplet: 14, DA and 8D. RGB value is (20,218,141). Sum of RGB (Red+Green+Blue) = 20+218+141=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 218 (85.55% from 255 or 57.52% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 218 - color contains mainly: green. Hex color #14DA8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DA8D is #EB2572. Grayscale: #969696. Windows color (decimal): -15410547 or 9296404. OLE color: 9296404.

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

Color convert

RGB 20 218 141 -
CMYK 0.91 0 0.35 0.15
HSL 156.67º 0.83% 0.47% -
HSV(B) 156.67º 0.91% 0.85% -
XYZ 30.17 52.21 33.69 -
YUV 150.02 122.9 35.26 -
System Red Green Blue C M Y K H S L
Decimal 20 218 141 0.91 0 0.35 0.15 156.67 0.83 0.47
Hex 14 DA 8D 5B 0 23 F 9D 53 2F
Octal 24 332 215 133 0 43 17 235 123 57
Binary 10100 11011010 10001101 1011011 0 100011 1111 10011101 1010011 101111

Color Harmonies of #14DA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DA8D

Black with #14DA8D

Text Example


Text Example

White with #14DA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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