#149484

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

Shades of Dark Cyan #149484

Tints of Dark Cyan #149484

Color information

#149484 (or 0x149484) is unknown color: approx Dark Cyan. HEX triplet: 14, 94 and 84. RGB value is (20,148,132). Sum of RGB (Red+Green+Blue) = 20+148+132=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #149484 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149484 is #EB6B7B. Grayscale: #6B6B6B. Windows color (decimal): -15428476 or 8688660. OLE color: 8688660.

HSL color Cylindrical-coordinate representation of color #149484: hue angle of 172.5º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149484 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB20148132-
CMYK0.8600.110.42
HSL172.5º76.19%32.94%-
HSV(B)172.5º86.49%58.04%-
XYZ15.0422.9925.48-
YUV107.9141.5965.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.67%
GREEN value IS 148 (58.20% from 255) = 49.33%
BLUE value IS 132 (51.95% from 255) = 44%
R=6.67%
G=49.33%
B=44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal201481320.8600.110.42172.576.1932.94
Hex149484560B2Aac4c21
Octal242242041260135225411441
Binary101001001010010000100101011001011101010101011001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149484; }

 p { color: rgb(20,148,132); }

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

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

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

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

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

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

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