#148E85

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

Shades of Dark Cyan #148E85

Tints of Dark Cyan #148E85

Color information

#148E85 (or 0x148E85) is unknown color: approx Dark Cyan. HEX triplet: 14, 8E and 85. RGB value is (20,142,133). Sum of RGB (Red+Green+Blue) = 20+142+133=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 142 (55.86% from 255 or 48.14% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 142 - color contains mainly: green. Hex color #148E85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148E85 is #EB717A. Grayscale: #686868. Windows color (decimal): -15430011 or 8752660. OLE color: 8752660.

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

Color convert

RGB20142133-
CMYK0.8600.060.44
HSL175.57º75.31%31.76%-
HSV(B)175.57º85.92%55.69%-
XYZ14.221.1925.53-
YUV104.5144.0867.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.78%
GREEN value IS 142 (55.86% from 255) = 48.14%
BLUE value IS 133 (52.34% from 255) = 45.08%
R=6.78%
G=48.14%
B=45.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal201421330.8600.060.44175.5775.3131.76
Hex148E8556062Cb04b20
Octal24216205126065426011340
Binary10100100011101000010110101100110101100101100001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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