#148b8b

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

Shades of Dark Cyan #148B8B

Tints of Dark Cyan #148B8B

Color information

#148B8B (or 0x148B8B) is unknown color: approx Dark Cyan. HEX triplet: 14, 8B and 8B. RGB value is (20,139,139). Sum of RGB (Red+Green+Blue) = 20+139+139=298 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.71% from 298); Green value is 139 (54.69% from 255 or 46.64% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: green, blue. Hex color #148B8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148B8B is #EB7474. Grayscale: #676767. Windows color (decimal): -15430773 or 9145108. OLE color: 9145108.

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

Color convert

RGB20139139-
CMYK0.86000.45
HSL180º74.84%31.18%-
HSV(B)180º85.61%54.51%-
XYZ14.1820.4827.63-
YUV103.42148.0868.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.71%
GREEN value IS 139 (54.69% from 255) = 46.64%
BLUE value IS 139 (54.69% from 255) = 46.64%
R=6.71%
G=46.64%
B=46.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal201391390.86000.4518074.8431.18
Hex148B8B56002Db44b1f
Octal24213213126005526411337
Binary10100100010111000101110101100010110110110100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148b8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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