Html Css Color HEX #008B84 Dark Cyan

📋 copy color: '#008B84'

red 0 ◦ green 139 ◦ blue 132

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

Shades of Dark Cyan #008B84

Tints of Dark Cyan #008B84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 48.71%

R = 0%
G = 51.29%
B = 48.71%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.45

RGB Variations

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

Color information

#008B84 (or 0x008B84) is known color: Dark Cyan. HEX triplet: 00, 8B and 84. RGB value is (0,139,132). Sum of RGB (Red+Green+Blue) = 0+139+132=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 139 (54.69% from 255 or 51.29% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 139 - color contains mainly: green. Hex color #008B84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008B84 is #FF747B. Grayscale: #606060. Windows color (decimal): -16741500 or 8686336. OLE color: 8686336.

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

Color convert

RGB 0 139 132 -
CMYK 1 0 0.05 0.45
HSL 176.98º 1% 0.27% -
HSV(B) 176.98º 1% 0.55% -
XYZ 13.4 20.13 25.01 -
YUV 96.64 147.95 59.07 -
System Red Green Blue C M Y K H S L
Decimal 0 139 132 1 0 0.05 0.45 176.98 1 0.27
Hex 0 8B 84 64 0 5 2D B1 64 1B
Octal 0 213 204 144 0 5 55 261 144 33
Binary 0 10001011 10000100 1100100 0 101 101101 10110001 1100100 11011

Color Harmonies of #008B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008B84

Black with #008B84

Text Example


Text Example

White with #008B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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