#098A92

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

Shades of Dark Cyan #098A92

Tints of Dark Cyan #098A92

Color information

#098A92 (or 0x098A92) is unknown color: approx Dark Cyan. HEX triplet: 09, 8A and 92. RGB value is (9,138,146). Sum of RGB (Red+Green+Blue) = 9+138+146=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 138 (54.30% from 255 or 47.10% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #098A92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098A92 is #F6756D. Grayscale: #646464. Windows color (decimal): -16151918 or 9603593. OLE color: 9603593.

HSL color Cylindrical-coordinate representation of color #098A92: hue angle of 183.5º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098A92 is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9138146-
CMYK0.940.0500.43
HSL183.5º88.39%30.39%-
HSV(B)183.5º93.84%57.25%-
XYZ14.3920.3130.36-
YUV100.34153.7662.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.07%
GREEN value IS 138 (54.30% from 255) = 47.10%
BLUE value IS 146 (57.42% from 255) = 49.83%
R=3.07%
G=47.10%
B=49.83%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal91381460.940.0500.43183.588.3930.39
Hex98A925E502Bb8581e
Octal11212222136505327013036
Binary100110001010100100101011110101010101110111000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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