Html Css Color HEX #09858B Dark Cyan

📋 copy color: '#09858B'

red 9 ◦ green 133 ◦ blue 139

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

Shades of Dark Cyan #09858B

Tints of Dark Cyan #09858B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 49.47%

R = 3.2%
G = 47.33%
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

#09858B (or 0x09858B) is known color: Dark Cyan. HEX triplet: 09, 85 and 8B. RGB value is (9,133,139). Sum of RGB (Red+Green+Blue) = 9+133+139=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #09858B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09858B is #F67A74. Grayscale: #606060. Windows color (decimal): -16153205 or 9143561. OLE color: 9143561.

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

Color convert

RGB 9 133 139 -
CMYK 0.94 0.04 0 0.45
HSL 182.77º 0.88% 0.29% -
HSV(B) 182.77º 0.94% 0.55% -
XYZ 13.16 18.7 27.34 -
YUV 96.61 151.92 65.51 -
System Red Green Blue C M Y K H S L
Decimal 9 133 139 0.94 0.04 0 0.45 182.77 0.88 0.29
Hex 9 85 8B 5E 4 0 2D B7 58 1D
Octal 11 205 213 136 4 0 55 267 130 35
Binary 1001 10000101 10001011 1011110 100 0 101101 10110111 1011000 11101

Color Harmonies of #09858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09858B

Black with #09858B

Text Example


Text Example

White with #09858B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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