Html Css Color HEX #008993 Dark Cyan

📋 copy color: '#008993'

red 0 ◦ green 137 ◦ blue 147

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

Shades of Dark Cyan #008993

Tints of Dark Cyan #008993

RGB

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

 GREEN value IS 137 (53.91% from 255) = 48.24%

 BLUE value IS 147 (57.81% from 255) = 51.76%

R = 0%
G = 48.24%
B = 51.76%

CMYK

 C value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#008993 (or 0x008993) is known color: Dark Cyan. HEX triplet: 00, 89 and 93. RGB value is (0,137,147). Sum of RGB (Red+Green+Blue) = 0+137+147=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 137 (53.91% from 255 or 48.24% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #008993 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008993 is #FF766C. Grayscale: #616161. Windows color (decimal): -16741997 or 9668864. OLE color: 9668864.

HSL color Cylindrical-coordinate representation of color #008993: hue angle of 184.08º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008993 is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 137 147 -
CMYK 1 0.07 0 0.42
HSL 184.08º 1% 0.29% -
HSV(B) 184.08º 1% 0.58% -
XYZ 14.21 20 30.71 -
YUV 97.18 156.11 58.69 -
System Red Green Blue C M Y K H S L
Decimal 0 137 147 1 0.07 0 0.42 184.08 1 0.29
Hex 0 89 93 64 7 0 2A B8 64 1D
Octal 0 211 223 144 7 0 52 270 144 35
Binary 0 10001001 10010011 1100100 111 0 101010 10111000 1100100 11101

Color Harmonies of #008993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008993

Black with #008993

Text Example


Text Example

White with #008993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008993; }

 p { color: rgb(0,137,147); }

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

background-color css

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

 a { background-color: rgb(0,137,147); }

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

border-color css

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

 span { border-color: rgb(0,137,147); }

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