Html Css Color HEX #008B8A Dark Cyan

📋 copy color: '#008B8A'

red 0 ◦ green 139 ◦ blue 138

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

Shades of Dark Cyan #008B8A

Tints of Dark Cyan #008B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 49.82%

R = 0%
G = 50.18%
B = 49.82%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#008B8A (or 0x008B8A) is known color: Dark Cyan. HEX triplet: 00, 8B and 8A. RGB value is (0,139,138). Sum of RGB (Red+Green+Blue) = 0+139+138=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 139 (54.69% from 255 or 50.18% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 139 - color contains mainly: green. Hex color #008B8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008B8A is #FF7475. Grayscale: #616161. Windows color (decimal): -16741494 or 9079552. OLE color: 9079552.

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

Color convert

RGB 0 139 138 -
CMYK 1 0 0.01 0.45
HSL 179.57º 1% 0.27% -
HSV(B) 179.57º 1% 0.55% -
XYZ 13.82 20.3 27.23 -
YUV 97.33 150.95 58.58 -
System Red Green Blue C M Y K H S L
Decimal 0 139 138 1 0 0.01 0.45 179.57 1 0.27
Hex 0 8B 8A 64 0 1 2D B4 64 1B
Octal 0 213 212 144 0 1 55 264 144 33
Binary 0 10001011 10001010 1100100 0 1 101101 10110100 1100100 11011

Color Harmonies of #008B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008B8A

Black with #008B8A

Text Example


Text Example

White with #008B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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