#088692

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

Shades of Dark Cyan #088692

Tints of Dark Cyan #088692

Color information

#088692 (or 0x088692) is unknown color: approx Dark Cyan. HEX triplet: 08, 86 and 92. RGB value is (8,134,146). Sum of RGB (Red+Green+Blue) = 8+134+146=288 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.78% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #088692 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088692 is #F7796D. Grayscale: #616161. Windows color (decimal): -16218478 or 9602568. OLE color: 9602568.

HSL color Cylindrical-coordinate representation of color #088692: hue angle of 185.22º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088692 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8134146-
CMYK0.950.0800.43
HSL185.22º89.61%30.2%-
HSV(B)185.22º94.52%57.25%-
XYZ13.8119.1830.17-
YUV97.69155.2664.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.78%
GREEN value IS 134 (52.73% from 255) = 46.53%
BLUE value IS 146 (57.42% from 255) = 50.69%
R=2.78%
G=46.53%
B=50.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81341460.950.0800.43185.2289.6130.2
Hex886925F802Bb95a1e
Octal102062221371005327113236
Binary1000100001101001001010111111000010101110111001101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088692; }

 p { color: rgb(8,134,146); }

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

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

 a { background-color: rgb(8,134,146); }

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

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

 span { border-color: rgb(8,134,146); }

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