#148884

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

Shades of Dark Cyan #148884

Tints of Dark Cyan #148884

Color information

#148884 (or 0x148884) is unknown color: approx Dark Cyan. HEX triplet: 14, 88 and 84. RGB value is (20,136,132). Sum of RGB (Red+Green+Blue) = 20+136+132=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 136 - color contains mainly: green. Hex color #148884 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148884 is #EB777B. Grayscale: #646464. Windows color (decimal): -15431548 or 8685588. OLE color: 8685588.

HSL color Cylindrical-coordinate representation of color #148884: hue angle of 177.93º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148884 is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB20136132-
CMYK0.8500.030.47
HSL177.93º74.36%30.59%-
HSV(B)177.93º85.29%53.33%-
XYZ13.2619.4224.88-
YUV100.86145.5770.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.94%
GREEN value IS 136 (53.52% from 255) = 47.22%
BLUE value IS 132 (51.95% from 255) = 45.83%
R=6.94%
G=47.22%
B=45.83%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal201361320.8500.030.47177.9374.3630.59
Hex14888455032Fb24a1f
Octal24210204125035726211237
Binary101001000100010000100101010101110111110110010100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148884; }

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

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

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

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

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

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

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

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