#14838A

Color #14838A Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #14838A

Tints of Dark Cyan #14838A

Color information

#14838A (or 0x14838A) is unknown color: approx Dark Cyan. HEX triplet: 14, 83 and 8A. RGB value is (20,131,138). Sum of RGB (Red+Green+Blue) = 20+131+138=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 131 (51.56% from 255 or 45.33% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 138 - color contains mainly: blue. Hex color #14838A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14838A is #EB7C75. Grayscale: #626262. Windows color (decimal): -15432822 or 9077524. OLE color: 9077524.

HSL color Cylindrical-coordinate representation of color #14838A: hue angle of 183.56º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14838A is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB20131138-
CMYK0.860.0500.46
HSL183.56º74.68%30.98%-
HSV(B)183.56º85.51%54.12%-
XYZ12.9918.2226.88-
YUV98.61150.2371.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.92%
GREEN value IS 131 (51.56% from 255) = 45.33%
BLUE value IS 138 (54.30% from 255) = 47.75%
R=6.92%
G=45.33%
B=47.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal201311380.860.0500.46183.5674.6830.98
Hex14838A56502Eb84b1f
Octal24203212126505627011337
Binary1010010000011100010101010110101010111010111000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #14838A;
 }
 .AnyTagClassName
 {
   color: #14838A;
 }
</style>
background-color css

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

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

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

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

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

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