#148F8E

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

Shades of Dark Cyan #148F8E

Tints of Dark Cyan #148F8E

Color information

#148F8E (or 0x148F8E) is unknown color: approx Dark Cyan. HEX triplet: 14, 8F and 8E. RGB value is (20,143,142). Sum of RGB (Red+Green+Blue) = 20+143+142=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 143 (56.25% from 255 or 46.89% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 143 - color contains mainly: green. Hex color #148F8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148F8E is #EB7071. Grayscale: #696969. Windows color (decimal): -15429746 or 9342740. OLE color: 9342740.

HSL color Cylindrical-coordinate representation of color #148F8E: hue angle of 179.51º 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 #148F8E is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB20143142-
CMYK0.8600.010.44
HSL179.51º75.46%31.96%-
HSV(B)179.51º86.01%56.08%-
XYZ14.9921.7529-
YUV106.11148.2566.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.56%
GREEN value IS 143 (56.25% from 255) = 46.89%
BLUE value IS 142 (55.86% from 255) = 46.56%
R=6.56%
G=46.89%
B=46.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal201431420.8600.010.44179.5175.4631.96
Hex148F8E56012Cb44b20
Octal24217216126015426411340
Binary101001000111110001110101011001101100101101001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148F8E; }

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

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

<style>
 a { background-color: #148F8E; }

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

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

<style>
 span { border-color: #148F8E; }

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

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