Html Css Color HEX #14918A Dark Cyan

📋 copy color: '#14918A'

red 20 ◦ green 145 ◦ blue 138

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

Shades of Dark Cyan #14918A

Tints of Dark Cyan #14918A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 47.85%

 BLUE value IS 138 (54.3% from 255) = 45.54%

R = 6.6%
G = 47.85%
B = 45.54%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#14918A (or 0x14918A) is known color: Dark Cyan. HEX triplet: 14, 91 and 8A. RGB value is (20,145,138). Sum of RGB (Red+Green+Blue) = 20+145+138=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 145 (57.03% from 255 or 47.85% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 145 - color contains mainly: green. Hex color #14918A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14918A is #EB6E75. Grayscale: #6A6A6A. Windows color (decimal): -15429238 or 9081108. OLE color: 9081108.

HSL color Cylindrical-coordinate representation of color #14918A: hue angle of 176.64º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14918A is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 145 138 -
CMYK 0.86 0 0.05 0.43
HSL 176.64º 0.76% 0.32% -
HSV(B) 176.64º 0.86% 0.57% -
XYZ 15 22.23 27.55 -
YUV 106.83 145.59 66.07 -
System Red Green Blue C M Y K H S L
Decimal 20 145 138 0.86 0 0.05 0.43 176.64 0.76 0.32
Hex 14 91 8A 56 0 5 2B B1 4C 20
Octal 24 221 212 126 0 5 53 261 114 40
Binary 10100 10010001 10001010 1010110 0 101 101011 10110001 1001100 100000

Color Harmonies of #14918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14918A

Black with #14918A

Text Example


Text Example

White with #14918A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14918A; }

 p { color: rgb(20,145,138); }

 H1.HeaderClassName
 {
   color: #14918A;
 }
 .AnyTagClassName
 {
   color: #14918A;
 }
</style>

background-color css

<style>
 a { background-color: #14918A; }

 a { background-color: rgb(20,145,138); }

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

border-color css

<style>
 span { border-color: #14918A; }

 span { border-color: rgb(20,145,138); }

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