#148E8E

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

Shades of Dark Cyan #148E8E

Tints of Dark Cyan #148E8E

Color information

#148E8E (or 0x148E8E) is unknown color: approx Dark Cyan. HEX triplet: 14, 8E and 8E. RGB value is (20,142,142). Sum of RGB (Red+Green+Blue) = 20+142+142=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 142 (55.86% from 255 or 46.71% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 142 - color contains mainly: green, blue. Hex color #148E8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148E8E is #EB7171. Grayscale: #696969. Windows color (decimal): -15430002 or 9342484. OLE color: 9342484.

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

Color convert

RGB20142142-
CMYK0.86000.44
HSL180º75.31%31.76%-
HSV(B)180º85.92%55.69%-
XYZ14.8421.4528.95-
YUV105.52148.5867-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.58%
GREEN value IS 142 (55.86% from 255) = 46.71%
BLUE value IS 142 (55.86% from 255) = 46.71%
R=6.58%
G=46.71%
B=46.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal201421420.86000.4418075.3131.76
Hex148E8E56002Cb44b20
Octal24216216126005426411340
Binary101001000111010001110101011000101100101101001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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