#088A94

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

Shades of Dark Cyan #088A94

Tints of Dark Cyan #088A94

Color information

#088A94 (or 0x088A94) is unknown color: approx Dark Cyan. HEX triplet: 08, 8A and 94. RGB value is (8,138,148). Sum of RGB (Red+Green+Blue) = 8+138+148=294 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.72% from 294); Green value is 138 (54.30% from 255 or 46.94% from 294); Blue value is 148 (58.20% from 255 or 50.34% from 294); Max value from RGB is 148 - color contains mainly: blue. Hex color #088A94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088A94 is #F7756B. Grayscale: #646464. Windows color (decimal): -16217452 or 9734664. OLE color: 9734664.

HSL color Cylindrical-coordinate representation of color #088A94: hue angle of 184.29º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088A94 is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8138148-
CMYK0.950.0700.42
HSL184.29º89.74%30.59%-
HSV(B)184.29º94.59%58.04%-
XYZ14.5320.3731.18-
YUV100.27154.9362.19-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.72%
GREEN value IS 138 (54.30% from 255) = 46.94%
BLUE value IS 148 (58.20% from 255) = 50.34%
R=2.72%
G=46.94%
B=50.34%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81381480.950.0700.42184.2989.7430.59
Hex88A945F702Ab85a1f
Octal10212224137705227013237
Binary100010001010100101001011111111010101010111000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088A94; }

 p { color: rgb(8,138,148); }

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

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

 a { background-color: rgb(8,138,148); }

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

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

 span { border-color: rgb(8,138,148); }

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