#098A85

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

Shades of Dark Cyan #098A85

Tints of Dark Cyan #098A85

Color information

#098A85 (or 0x098A85) is unknown color: approx Dark Cyan. HEX triplet: 09, 8A and 85. RGB value is (9,138,133). Sum of RGB (Red+Green+Blue) = 9+138+133=280 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.21% from 280); Green value is 138 (54.30% from 255 or 49.29% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 138 - color contains mainly: green. Hex color #098A85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098A85 is #F6757A. Grayscale: #626262. Windows color (decimal): -16151931 or 8751625. OLE color: 8751625.

HSL color Cylindrical-coordinate representation of color #098A85: hue angle of 177.67º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098A85 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB9138133-
CMYK0.9300.040.46
HSL177.67º87.76%28.82%-
HSV(B)177.67º93.48%54.12%-
XYZ13.4319.9325.33-
YUV98.86147.2663.91-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.21%
GREEN value IS 138 (54.30% from 255) = 49.29%
BLUE value IS 133 (52.34% from 255) = 47.5%
R=3.21%
G=49.29%
B=47.5%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal91381330.9300.040.46177.6787.7628.82
Hex98A855D042Eb2581d
Octal11212205135045626213035
Binary100110001010100001011011101010010111010110010101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098A85; }

 p { color: rgb(9,138,133); }

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

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

 a { background-color: rgb(9,138,133); }

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

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

 span { border-color: rgb(9,138,133); }

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