Html Css Color HEX #09858E Dark Cyan

📋 copy color: '#09858E'

red 9 ◦ green 133 ◦ blue 142

#09858E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #09858E

Tints of Dark Cyan #09858E

RGB

 RED value IS 9 (3.91% from 255) = 3.17%

 GREEN value IS 133 (52.34% from 255) = 46.83%

 BLUE value IS 142 (55.86% from 255) = 50%

R = 3.17%
G = 46.83%
B = 50%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#09858E (or 0x09858E) is known color: Dark Cyan. HEX triplet: 09, 85 and 8E. RGB value is (9,133,142). Sum of RGB (Red+Green+Blue) = 9+133+142=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 142 (55.86% from 255 or 50% from 284); Max value from RGB is 142 - color contains mainly: blue. Hex color #09858E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09858E is #F67A71. Grayscale: #606060. Windows color (decimal): -16153202 or 9340169. OLE color: 9340169.

HSL color Cylindrical-coordinate representation of color #09858E: hue angle of 184.06º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09858E is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 133 142 -
CMYK 0.94 0.06 0 0.44
HSL 184.06º 0.88% 0.3% -
HSV(B) 184.06º 0.94% 0.56% -
XYZ 13.38 18.79 28.51 -
YUV 96.95 153.42 65.27 -
System Red Green Blue C M Y K H S L
Decimal 9 133 142 0.94 0.06 0 0.44 184.06 0.88 0.3
Hex 9 85 8E 5E 6 0 2C B8 58 1E
Octal 11 205 216 136 6 0 54 270 130 36
Binary 1001 10000101 10001110 1011110 110 0 101100 10111000 1011000 11110

Color Harmonies of #09858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09858E

Black with #09858E

Text Example


Text Example

White with #09858E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09858E; }

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

 H1.HeaderClassName
 {
   color: #09858E;
 }
 .AnyTagClassName
 {
   color: #09858E;
 }
</style>

background-color css

<style>
 a { background-color: #09858E; }

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

 div.DivClassName
 {
   background-color: #09858E;
 }
 .BgClassName
 {
   background-color: #09858E;
 }
</style>

border-color css

<style>
 span { border-color: #09858E; }

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

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