Html Css Color HEX #14DF8E Caribbean Green

📋 copy color: '#14DF8E'

red 20 ◦ green 223 ◦ blue 142

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

Shades of Caribbean Green #14DF8E

Tints of Caribbean Green #14DF8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.88%

R = 5.19%
G = 57.92%
B = 36.88%

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

#14DF8E (or 0x14DF8E) is known color: Caribbean Green. HEX triplet: 14, DF and 8E. RGB value is (20,223,142). Sum of RGB (Red+Green+Blue) = 20+223+142=385 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.19% from 385); Green value is 223 (87.5% from 255 or 57.92% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 223 - color contains mainly: green. Hex color #14DF8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DF8E is #EB2071. Grayscale: #999999. Windows color (decimal): -15409266 or 9363220. OLE color: 9363220.

HSL color Cylindrical-coordinate representation of color #14DF8E: hue angle of 156.06º 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 #14DF8E is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 223 142 -
CMYK 0.91 0 0.36 0.13
HSL 156.06º 0.84% 0.48% -
HSV(B) 156.06º 0.91% 0.87% -
XYZ 31.56 54.88 34.52 -
YUV 153.07 121.75 33.09 -
System Red Green Blue C M Y K H S L
Decimal 20 223 142 0.91 0 0.36 0.13 156.06 0.84 0.48
Hex 14 DF 8E 5B 0 24 D 9C 54 30
Octal 24 337 216 133 0 44 15 234 124 60
Binary 10100 11011111 10001110 1011011 0 100100 1101 10011100 1010100 110000

Color Harmonies of #14DF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DF8E

Black with #14DF8E

Text Example


Text Example

White with #14DF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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