#148B8D

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

Shades of Dark Cyan #148B8D

Tints of Dark Cyan #148B8D

Color information

#148B8D (or 0x148B8D) is unknown color: approx Dark Cyan. HEX triplet: 14, 8B and 8D. RGB value is (20,139,141). Sum of RGB (Red+Green+Blue) = 20+139+141=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 139 (54.69% from 255 or 46.33% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #148B8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148B8D is #EB7472. Grayscale: #676767. Windows color (decimal): -15430771 or 9276180. OLE color: 9276180.

HSL color Cylindrical-coordinate representation of color #148B8D: hue angle of 180.99º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148B8D is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB20139141-
CMYK0.860.0100.45
HSL180.99º75.16%31.57%-
HSV(B)180.99º85.82%55.29%-
XYZ14.3320.5428.41-
YUV103.65149.0868.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.67%
GREEN value IS 139 (54.69% from 255) = 46.33%
BLUE value IS 141 (55.47% from 255) = 47%
R=6.67%
G=46.33%
B=47%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal201391410.860.0100.45180.9975.1631.57
Hex148B8D56102Db54b20
Octal24213215126105526511340
Binary101001000101110001101101011010101101101101011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,139,141); }

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

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

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

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

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

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

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