#088F96

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

Shades of Dark Cyan #088F96

Tints of Dark Cyan #088F96

Color information

#088F96 (or 0x088F96) is unknown color: approx Dark Cyan. HEX triplet: 08, 8F and 96. RGB value is (8,143,150). Sum of RGB (Red+Green+Blue) = 8+143+150=301 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.66% from 301); Green value is 143 (56.25% from 255 or 47.51% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #088F96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088F96 is #F77069. Grayscale: #676767. Windows color (decimal): -16216170 or 9867016. OLE color: 9867016.

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

Color convert

RGB8143150-
CMYK0.950.0500.41
HSL182.96º89.87%30.98%-
HSV(B)182.96º94.67%58.82%-
XYZ15.4321.932.27-
YUV103.43154.2759.93-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.66%
GREEN value IS 143 (56.25% from 255) = 47.51%
BLUE value IS 150 (58.98% from 255) = 49.83%
R=2.66%
G=47.51%
B=49.83%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal81431500.950.0500.41182.9689.8730.98
Hex88F965F5029b75a1f
Octal10217226137505126713237
Binary100010001111100101101011111101010100110110111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,143,150); }

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

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

 a { background-color: rgb(8,143,150); }

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

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

 span { border-color: rgb(8,143,150); }

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