Html Css Color HEX #008591 Dark Cyan

📋 copy color: '#008591'

red 0 ◦ green 133 ◦ blue 145

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

Shades of Dark Cyan #008591

Tints of Dark Cyan #008591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 52.16%

R = 0%
G = 47.84%
B = 52.16%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#008591 (or 0x008591) is known color: Dark Cyan. HEX triplet: 00, 85 and 91. RGB value is (0,133,145). Sum of RGB (Red+Green+Blue) = 0+133+145=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #008591 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008591 is #FF7A6E. Grayscale: #5E5E5E. Windows color (decimal): -16743023 or 9536768. OLE color: 9536768.

HSL color Cylindrical-coordinate representation of color #008591: hue angle of 184.97º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008591 is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 133 145 -
CMYK 1 0.08 0 0.43
HSL 184.97º 1% 0.28% -
HSV(B) 184.97º 1% 0.57% -
XYZ 13.5 18.82 29.71 -
YUV 94.6 156.44 60.52 -
System Red Green Blue C M Y K H S L
Decimal 0 133 145 1 0.08 0 0.43 184.97 1 0.28
Hex 0 85 91 64 8 0 2B B9 64 1C
Octal 0 205 221 144 10 0 53 271 144 34
Binary 0 10000101 10010001 1100100 1000 0 101011 10111001 1100100 11100

Color Harmonies of #008591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008591

Black with #008591

Text Example


Text Example

White with #008591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008591; }

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

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

background-color css

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

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

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

border-color css

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

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

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