Html Css Color HEX #14828B Dark Cyan

📋 copy color: '#14828B'

red 20 ◦ green 130 ◦ blue 139

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

Shades of Dark Cyan #14828B

Tints of Dark Cyan #14828B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 48.1%

R = 6.92%
G = 44.98%
B = 48.1%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14828B (or 0x14828B) is known color: Dark Cyan. HEX triplet: 14, 82 and 8B. RGB value is (20,130,139). Sum of RGB (Red+Green+Blue) = 20+130+139=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #14828B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14828B is #EB7D74. Grayscale: #616161. Windows color (decimal): -15433077 or 9142804. OLE color: 9142804.

HSL color Cylindrical-coordinate representation of color #14828B: hue angle of 184.54º 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 #14828B is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 130 139 -
CMYK 0.86 0.06 0 0.45
HSL 184.54º 0.75% 0.31% -
HSV(B) 184.54º 0.86% 0.55% -
XYZ 12.93 17.98 27.21 -
YUV 98.14 151.06 72.27 -
System Red Green Blue C M Y K H S L
Decimal 20 130 139 0.86 0.06 0 0.45 184.54 0.75 0.31
Hex 14 82 8B 56 6 0 2D B9 4B 1F
Octal 24 202 213 126 6 0 55 271 113 37
Binary 10100 10000010 10001011 1010110 110 0 101101 10111001 1001011 11111

Color Harmonies of #14828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14828B

Black with #14828B

Text Example


Text Example

White with #14828B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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