#088190

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

Shades of Dark Cyan #088190

Tints of Dark Cyan #088190

Color information

#088190 (or 0x088190) is unknown color: approx Dark Cyan. HEX triplet: 08, 81 and 90. RGB value is (8,129,144). Sum of RGB (Red+Green+Blue) = 8+129+144=281 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.85% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #088190 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088190 is #F77E6F. Grayscale: #5E5E5E. Windows color (decimal): -16219760 or 9470216. OLE color: 9470216.

HSL color Cylindrical-coordinate representation of color #088190: hue angle of 186.62º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088190 is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8129144-
CMYK0.940.1000.44
HSL186.62º89.47%29.8%-
HSV(B)186.62º94.44%56.47%-
XYZ12.9817.7729.13-
YUV94.53155.9166.28-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.85%
GREEN value IS 129 (50.78% from 255) = 45.91%
BLUE value IS 144 (56.64% from 255) = 51.25%
R=2.85%
G=45.91%
B=51.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81291440.940.1000.44186.6289.4729.8
Hex881905EA02Cbb591e
Octal102012201361205427313136
Binary1000100000011001000010111101010010110010111011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088190; }

 p { color: rgb(8,129,144); }

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

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

 a { background-color: rgb(8,129,144); }

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

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

 span { border-color: rgb(8,129,144); }

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