Html Css Color HEX #008593 Dark Cyan

📋 copy color: '#008593'

red 0 ◦ green 133 ◦ blue 147

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

Shades of Dark Cyan #008593

Tints of Dark Cyan #008593

RGB

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

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

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

R = 0%
G = 47.5%
B = 52.5%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#008593 (or 0x008593) is known color: Dark Cyan. HEX triplet: 00, 85 and 93. RGB value is (0,133,147). Sum of RGB (Red+Green+Blue) = 0+133+147=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #008593 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008593 is #FF7A6C. Grayscale: #5E5E5E. Windows color (decimal): -16743021 or 9667840. OLE color: 9667840.

HSL color Cylindrical-coordinate representation of color #008593: hue angle of 185.71º 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 #008593 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 133 147 -
CMYK 1 0.10 0 0.42
HSL 185.71º 1% 0.29% -
HSV(B) 185.71º 1% 0.58% -
XYZ 13.65 18.88 30.53 -
YUV 94.83 157.44 60.36 -
System Red Green Blue C M Y K H S L
Decimal 0 133 147 1 0.10 0 0.42 185.71 1 0.29
Hex 0 85 93 64 A 0 2A BA 64 1D
Octal 0 205 223 144 12 0 52 272 144 35
Binary 0 10000101 10010011 1100100 1010 0 101010 10111010 1100100 11101

Color Harmonies of #008593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008593

Black with #008593

Text Example


Text Example

White with #008593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008593; }

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

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

background-color css

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

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

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

border-color css

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

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

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