Html Css Color HEX #008B85 Dark Cyan

📋 copy color: '#008B85'

red 0 ◦ green 139 ◦ blue 133

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

Shades of Dark Cyan #008B85

Tints of Dark Cyan #008B85

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 139 (54.69% from 255) = 51.1%

 BLUE value IS 133 (52.34% from 255) = 48.9%

R = 0%
G = 51.1%
B = 48.9%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#008B85 (or 0x008B85) is known color: Dark Cyan. HEX triplet: 00, 8B and 85. RGB value is (0,139,133). Sum of RGB (Red+Green+Blue) = 0+139+133=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 139 (54.69% from 255 or 51.10% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 139 - color contains mainly: green. Hex color #008B85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008B85 is #FF747A. Grayscale: #606060. Windows color (decimal): -16741499 or 8751872. OLE color: 8751872.

HSL color Cylindrical-coordinate representation of color #008B85: hue angle of 177.41º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008B85 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 139 133 -
CMYK 1 0 0.04 0.45
HSL 177.41º 1% 0.27% -
HSV(B) 177.41º 1% 0.55% -
XYZ 13.47 20.16 25.37 -
YUV 96.76 148.45 58.99 -
System Red Green Blue C M Y K H S L
Decimal 0 139 133 1 0 0.04 0.45 177.41 1 0.27
Hex 0 8B 85 64 0 4 2D B1 64 1B
Octal 0 213 205 144 0 4 55 261 144 33
Binary 0 10001011 10000101 1100100 0 100 101101 10110001 1100100 11011

Color Harmonies of #008B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008B85

Black with #008B85

Text Example


Text Example

White with #008B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008B85; }

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

 H1.HeaderClassName
 {
   color: #008B85;
 }
 .AnyTagClassName
 {
   color: #008B85;
 }
</style>

background-color css

<style>
 a { background-color: #008B85; }

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

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

border-color css

<style>
 span { border-color: #008B85; }

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

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