#09818D

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

Shades of Dark Cyan #09818D

Tints of Dark Cyan #09818D

Color information

#09818D (or 0x09818D) is unknown color: approx Dark Cyan. HEX triplet: 09, 81 and 8D. RGB value is (9,129,141). Sum of RGB (Red+Green+Blue) = 9+129+141=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #09818D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09818D is #F67E72. Grayscale: #5E5E5E. Windows color (decimal): -16154227 or 9273609. OLE color: 9273609.

HSL color Cylindrical-coordinate representation of color #09818D: hue angle of 185.45º degrees, saturation: 0.88, 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 #09818D is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9129141-
CMYK0.940.0900.45
HSL185.45º88%29.41%-
HSV(B)185.45º93.62%55.29%-
XYZ12.7717.6827.94-
YUV94.49154.2467.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.23%
GREEN value IS 129 (50.78% from 255) = 46.24%
BLUE value IS 141 (55.47% from 255) = 50.54%
R=3.23%
G=46.24%
B=50.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91291410.940.0900.45185.458829.41
Hex9818D5E902Db9581d
Octal112012151361105527113035
Binary1001100000011000110110111101001010110110111001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09818D; }

 p { color: rgb(9,129,141); }

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

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

 a { background-color: rgb(9,129,141); }

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

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

 span { border-color: rgb(9,129,141); }

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