Html Css Color HEX #14DF9E Caribbean Green

📋 copy color: '#14DF9E'

red 20 ◦ green 223 ◦ blue 158

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

Shades of Caribbean Green #14DF9E

Tints of Caribbean Green #14DF9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.4%

R = 4.99%
G = 55.61%
B = 39.4%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#14DF9E (or 0x14DF9E) is known color: Caribbean Green. HEX triplet: 14, DF and 9E. RGB value is (20,223,158). Sum of RGB (Red+Green+Blue) = 20+223+158=401 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.99% from 401); Green value is 223 (87.5% from 255 or 55.61% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 223 - color contains mainly: green. Hex color #14DF9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DF9E is #EB2061. Grayscale: #9A9A9A. Windows color (decimal): -15409250 or 10411796. OLE color: 10411796.

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

Color convert

RGB 20 223 158 -
CMYK 0.91 0 0.29 0.13
HSL 160.79º 0.84% 0.48% -
HSV(B) 160.79º 0.91% 0.87% -
XYZ 32.85 55.39 41.31 -
YUV 154.89 129.75 31.79 -
System Red Green Blue C M Y K H S L
Decimal 20 223 158 0.91 0 0.29 0.13 160.79 0.84 0.48
Hex 14 DF 9E 5B 0 1D D A1 54 30
Octal 24 337 236 133 0 35 15 241 124 60
Binary 10100 11011111 10011110 1011011 0 11101 1101 10100001 1010100 110000

Color Harmonies of #14DF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DF9E

Black with #14DF9E

Text Example


Text Example

White with #14DF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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