Html Css Color HEX #008491 Dark Cyan

📋 copy color: '#008491'

red 0 ◦ green 132 ◦ blue 145

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

Shades of Dark Cyan #008491

Tints of Dark Cyan #008491

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.65%

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

R = 0%
G = 47.65%
B = 52.35%

CMYK

 C value IS 1

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#008491 (or 0x008491) is known color: Dark Cyan. HEX triplet: 00, 84 and 91. RGB value is (0,132,145). Sum of RGB (Red+Green+Blue) = 0+132+145=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #008491 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008491 is #FF7B6E. Grayscale: #5D5D5D. Windows color (decimal): -16743279 or 9536512. OLE color: 9536512.

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

Color convert

RGB 0 132 145 -
CMYK 1 0.09 0 0.43
HSL 185.38º 1% 0.28% -
HSV(B) 185.38º 1% 0.57% -
XYZ 13.36 18.55 29.66 -
YUV 94.01 156.77 60.94 -
System Red Green Blue C M Y K H S L
Decimal 0 132 145 1 0.09 0 0.43 185.38 1 0.28
Hex 0 84 91 64 9 0 2B B9 64 1C
Octal 0 204 221 144 11 0 53 271 144 34
Binary 0 10000100 10010001 1100100 1001 0 101011 10111001 1100100 11100

Color Harmonies of #008491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008491

Black with #008491

Text Example


Text Example

White with #008491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008491; }

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

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

background-color css

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

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

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

border-color css

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

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

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