#14848F

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

Shades of Dark Cyan #14848F

Tints of Dark Cyan #14848F

Color information

#14848F (or 0x14848F) is unknown color: approx Dark Cyan. HEX triplet: 14, 84 and 8F. RGB value is (20,132,143). Sum of RGB (Red+Green+Blue) = 20+132+143=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 143 (56.25% from 255 or 48.47% from 295); Max value from RGB is 143 - color contains mainly: blue. Hex color #14848F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14848F is #EB7B70. Grayscale: #636363. Windows color (decimal): -15432561 or 9405460. OLE color: 9405460.

HSL color Cylindrical-coordinate representation of color #14848F: hue angle of 185.37º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14848F is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB20132143-
CMYK0.860.0800.44
HSL185.37º75.46%31.96%-
HSV(B)185.37º86.01%56.08%-
XYZ13.518.6328.87-
YUV99.77152.3971.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.78%
GREEN value IS 132 (51.95% from 255) = 44.75%
BLUE value IS 143 (56.25% from 255) = 48.47%
R=6.78%
G=44.75%
B=48.47%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal201321430.860.0800.44185.3775.4631.96
Hex14848F56802Cb94b20
Octal242042171261005427111340
Binary101001000010010001111101011010000101100101110011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14848F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14848F; }

 p { color: rgb(20,132,143); }

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

<style>
 a { background-color: #14848F; }

 a { background-color: rgb(20,132,143); }

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

<style>
 span { border-color: #14848F; }

 span { border-color: rgb(20,132,143); }

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