Html Css Color HEX #14DF8D Caribbean Green

📋 copy color: '#14DF8D'

red 20 ◦ green 223 ◦ blue 141

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

Shades of Caribbean Green #14DF8D

Tints of Caribbean Green #14DF8D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 58.07%

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

R = 5.21%
G = 58.07%
B = 36.72%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#14DF8D (or 0x14DF8D) is known color: Caribbean Green. HEX triplet: 14, DF and 8D. RGB value is (20,223,141). Sum of RGB (Red+Green+Blue) = 20+223+141=384 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.21% from 384); Green value is 223 (87.5% from 255 or 58.07% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 223 - color contains mainly: green. Hex color #14DF8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DF8D is #EB2072. Grayscale: #999999. Windows color (decimal): -15409267 or 9297684. OLE color: 9297684.

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

Color convert

RGB 20 223 141 -
CMYK 0.91 0 0.37 0.13
HSL 155.76º 0.84% 0.48% -
HSV(B) 155.76º 0.91% 0.87% -
XYZ 31.48 54.85 34.13 -
YUV 152.96 121.25 33.17 -
System Red Green Blue C M Y K H S L
Decimal 20 223 141 0.91 0 0.37 0.13 155.76 0.84 0.48
Hex 14 DF 8D 5B 0 25 D 9C 54 30
Octal 24 337 215 133 0 45 15 234 124 60
Binary 10100 11011111 10001101 1011011 0 100101 1101 10011100 1010100 110000

Color Harmonies of #14DF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DF8D

Black with #14DF8D

Text Example


Text Example

White with #14DF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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