Html Css Color HEX #09858C Dark Cyan

📋 copy color: '#09858C'

red 9 ◦ green 133 ◦ blue 140

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

Shades of Dark Cyan #09858C

Tints of Dark Cyan #09858C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 49.65%

R = 3.19%
G = 47.16%
B = 49.65%

CMYK

 C value IS 0.94

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09858C (or 0x09858C) is known color: Dark Cyan. HEX triplet: 09, 85 and 8C. RGB value is (9,133,140). Sum of RGB (Red+Green+Blue) = 9+133+140=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #09858C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09858C is #F67A73. Grayscale: #606060. Windows color (decimal): -16153204 or 9209097. OLE color: 9209097.

HSL color Cylindrical-coordinate representation of color #09858C: hue angle of 183.21º 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 #09858C is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 133 140 -
CMYK 0.94 0.05 0 0.45
HSL 183.21º 0.88% 0.29% -
HSV(B) 183.21º 0.94% 0.55% -
XYZ 13.23 18.73 27.73 -
YUV 96.72 152.42 65.43 -
System Red Green Blue C M Y K H S L
Decimal 9 133 140 0.94 0.05 0 0.45 183.21 0.88 0.29
Hex 9 85 8C 5E 5 0 2D B7 58 1D
Octal 11 205 214 136 5 0 55 267 130 35
Binary 1001 10000101 10001100 1011110 101 0 101101 10110111 1011000 11101

Color Harmonies of #09858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09858C

Black with #09858C

Text Example


Text Example

White with #09858C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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