#148791

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

Shades of Dark Cyan #148791

Tints of Dark Cyan #148791

Color information

#148791 (or 0x148791) is unknown color: approx Dark Cyan. HEX triplet: 14, 87 and 91. RGB value is (20,135,145). Sum of RGB (Red+Green+Blue) = 20+135+145=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #148791 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148791 is #EB786E. Grayscale: #656565. Windows color (decimal): -15431791 or 9537300. OLE color: 9537300.

HSL color Cylindrical-coordinate representation of color #148791: hue angle of 184.8º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148791 is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB20135145-
CMYK0.860.0700.43
HSL184.8º75.76%32.35%-
HSV(B)184.8º86.21%56.86%-
XYZ14.0619.5229.81-
YUV101.76152.469.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.67%
GREEN value IS 135 (53.12% from 255) = 45%
BLUE value IS 145 (57.03% from 255) = 48.33%
R=6.67%
G=45%
B=48.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal201351450.860.0700.43184.875.7632.35
Hex14879156702Bb94c20
Octal24207221126705327111440
Binary10100100001111001000110101101110101011101110011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148791; }

 p { color: rgb(20,135,145); }

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

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

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

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

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

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

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