Html Css Color HEX #09868C Dark Cyan

📋 copy color: '#09868C'

red 9 ◦ green 134 ◦ blue 140

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

Shades of Dark Cyan #09868C

Tints of Dark Cyan #09868C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.35%

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

R = 3.18%
G = 47.35%
B = 49.47%

CMYK

 C value IS 0.94

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09868C (or 0x09868C) is known color: Dark Cyan. HEX triplet: 09, 86 and 8C. RGB value is (9,134,140). Sum of RGB (Red+Green+Blue) = 9+134+140=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #09868C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09868C is #F67973. Grayscale: #616161. Windows color (decimal): -16152948 or 9209353. OLE color: 9209353.

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

Color convert

RGB 9 134 140 -
CMYK 0.94 0.04 0 0.45
HSL 182.75º 0.88% 0.29% -
HSV(B) 182.75º 0.94% 0.55% -
XYZ 13.37 19 27.77 -
YUV 97.31 152.09 65.01 -
System Red Green Blue C M Y K H S L
Decimal 9 134 140 0.94 0.04 0 0.45 182.75 0.88 0.29
Hex 9 86 8C 5E 4 0 2D B7 58 1D
Octal 11 206 214 136 4 0 55 267 130 35
Binary 1001 10000110 10001100 1011110 100 0 101101 10110111 1011000 11101

Color Harmonies of #09868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09868C

Black with #09868C

Text Example


Text Example

White with #09868C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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