#09868A

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

Shades of Dark Cyan #09868A

Tints of Dark Cyan #09868A

Color information

#09868A (or 0x09868A) is unknown color: approx Dark Cyan. HEX triplet: 09, 86 and 8A. RGB value is (9,134,138). Sum of RGB (Red+Green+Blue) = 9+134+138=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 138 - color contains mainly: blue. Hex color #09868A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09868A is #F67975. Grayscale: #606060. Windows color (decimal): -16152950 or 9078281. OLE color: 9078281.

HSL color Cylindrical-coordinate representation of color #09868A: hue angle of 181.86º 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 #09868A is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9134138-
CMYK0.930.0300.46
HSL181.86º87.76%28.82%-
HSV(B)181.86º93.48%54.12%-
XYZ13.2318.9427-
YUV97.08151.0965.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.20%
GREEN value IS 134 (52.73% from 255) = 47.69%
BLUE value IS 138 (54.30% from 255) = 49.11%
R=3.20%
G=47.69%
B=49.11%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal91341380.930.0300.46181.8687.7628.82
Hex9868A5D302Eb6581d
Octal11206212135305626613035
Binary10011000011010001010101110111010111010110110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09868A; }

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

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

<style>
 a { background-color: #09868A; }

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

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

<style>
 span { border-color: #09868A; }

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

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