#148889

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

Shades of Dark Cyan #148889

Tints of Dark Cyan #148889

Color information

#148889 (or 0x148889) is unknown color: approx Dark Cyan. HEX triplet: 14, 88 and 89. RGB value is (20,136,137). Sum of RGB (Red+Green+Blue) = 20+136+137=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 137 (53.91% from 255 or 46.76% from 293); Max value from RGB is 137 - color contains mainly: blue. Hex color #148889 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148889 is #EB7776. Grayscale: #656565. Windows color (decimal): -15431543 or 9013268. OLE color: 9013268.

HSL color Cylindrical-coordinate representation of color #148889: hue angle of 180.51º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148889 is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB20136137-
CMYK0.850.0100.46
HSL180.51º74.52%30.78%-
HSV(B)180.51º85.4%53.73%-
XYZ13.6119.5626.73-
YUV101.43148.0769.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.83%
GREEN value IS 136 (53.52% from 255) = 46.42%
BLUE value IS 137 (53.91% from 255) = 46.76%
R=6.83%
G=46.42%
B=46.76%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal201361370.850.0100.46180.5174.5230.78
Hex14888955102Eb54b1f
Octal24210211125105626511337
Binary10100100010001000100110101011010111010110101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148889; }

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

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

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

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

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

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

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

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