#148488

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

Shades of Dark Cyan #148488

Tints of Dark Cyan #148488

Color information

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

HSL color Cylindrical-coordinate representation of color #148488: hue angle of 182.07º 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 #148488 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB20132136-
CMYK0.850.0300.47
HSL182.07º74.36%30.59%-
HSV(B)182.07º85.29%53.33%-
XYZ12.9818.4326.17-
YUV98.97148.8971.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal201321360.850.0300.47182.0774.3630.59
Hex14848855302Fb64a1f
Octal24204210125305726611237
Binary101001000010010001000101010111010111110110110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148488; }

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

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

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

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

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

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

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

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