Html Css Color HEX #14808B Dark Cyan

📋 copy color: '#14808B'

red 20 ◦ green 128 ◦ blue 139

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

Shades of Dark Cyan #14808B

Tints of Dark Cyan #14808B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.6%

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

R = 6.97%
G = 44.6%
B = 48.43%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14808B (or 0x14808B) is known color: Dark Cyan. HEX triplet: 14, 80 and 8B. RGB value is (20,128,139). Sum of RGB (Red+Green+Blue) = 20+128+139=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #14808B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14808B is #EB7F74. Grayscale: #606060. Windows color (decimal): -15433589 or 9142292. OLE color: 9142292.

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

Color convert

RGB 20 128 139 -
CMYK 0.86 0.08 0 0.45
HSL 185.55º 0.75% 0.31% -
HSV(B) 185.55º 0.86% 0.55% -
XYZ 12.67 17.45 27.13 -
YUV 96.96 151.72 73.11 -
System Red Green Blue C M Y K H S L
Decimal 20 128 139 0.86 0.08 0 0.45 185.55 0.75 0.31
Hex 14 80 8B 56 8 0 2D BA 4B 1F
Octal 24 200 213 126 10 0 55 272 113 37
Binary 10100 10000000 10001011 1010110 1000 0 101101 10111010 1001011 11111

Color Harmonies of #14808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14808B

Black with #14808B

Text Example


Text Example

White with #14808B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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