Html Css Color HEX #14828C Dark Cyan

📋 copy color: '#14828C'

red 20 ◦ green 130 ◦ blue 140

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

Shades of Dark Cyan #14828C

Tints of Dark Cyan #14828C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.83%

 BLUE value IS 140 (55.08% from 255) = 48.28%

R = 6.9%
G = 44.83%
B = 48.28%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14828C (or 0x14828C) is known color: Dark Cyan. HEX triplet: 14, 82 and 8C. RGB value is (20,130,140). Sum of RGB (Red+Green+Blue) = 20+130+140=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #14828C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14828C is #EB7D73. Grayscale: #626262. Windows color (decimal): -15433076 or 9208340. OLE color: 9208340.

HSL color Cylindrical-coordinate representation of color #14828C: hue angle of 185º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14828C is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 130 140 -
CMYK 0.86 0.07 0 0.45
HSL 185º 0.75% 0.31% -
HSV(B) 185º 0.86% 0.55% -
XYZ 13 18.01 27.6 -
YUV 98.25 151.56 72.19 -
System Red Green Blue C M Y K H S L
Decimal 20 130 140 0.86 0.07 0 0.45 185 0.75 0.31
Hex 14 82 8C 56 7 0 2D B9 4B 1F
Octal 24 202 214 126 7 0 55 271 113 37
Binary 10100 10000010 10001100 1010110 111 0 101101 10111001 1001011 11111

Color Harmonies of #14828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14828C

Black with #14828C

Text Example


Text Example

White with #14828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14828C; }

 p { color: rgb(20,130,140); }

 H1.HeaderClassName
 {
   color: #14828C;
 }
 .AnyTagClassName
 {
   color: #14828C;
 }
</style>

background-color css

<style>
 a { background-color: #14828C; }

 a { background-color: rgb(20,130,140); }

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

border-color css

<style>
 span { border-color: #14828C; }

 span { border-color: rgb(20,130,140); }

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