#088D7E

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

Shades of Dark Cyan #088D7E

Tints of Dark Cyan #088D7E

Color information

#088D7E (or 0x088D7E) is unknown color: approx Dark Cyan. HEX triplet: 08, 8D and 7E. RGB value is (8,141,126). Sum of RGB (Red+Green+Blue) = 8+141+126=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 141 (55.47% from 255 or 51.27% from 275); Blue value is 126 (49.61% from 255 or 45.82% from 275); Max value from RGB is 141 - color contains mainly: green. Hex color #088D7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088D7E is #F77281. Grayscale: #636363. Windows color (decimal): -16216706 or 8293640. OLE color: 8293640.

HSL color Cylindrical-coordinate representation of color #088D7E: hue angle of 173.23º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088D7E is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB8141126-
CMYK0.9400.110.45
HSL173.23º89.26%29.22%-
HSV(B)173.23º94.33%55.29%-
XYZ13.3920.6123.01-
YUV99.52142.9462.72-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.91%
GREEN value IS 141 (55.47% from 255) = 51.27%
BLUE value IS 126 (49.61% from 255) = 45.82%
R=2.91%
G=51.27%
B=45.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81411260.9400.110.45173.2389.2629.22
Hex88D7E5E0B2Dad591d
Octal102151761360135525513135
Binary100010001101111111010111100101110110110101101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,141,126); }

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

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

 a { background-color: rgb(8,141,126); }

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

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

 span { border-color: rgb(8,141,126); }

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