#008291

Color #008291 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #008291

Tints of Dark Cyan #008291

Color information

#008291 (or 0x008291) is unknown color: approx Dark Cyan. HEX triplet: 00, 82 and 91. RGB value is (0,130,145). Sum of RGB (Red+Green+Blue) = 0+130+145=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #008291 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008291 is #FF7D6E. Grayscale: #5C5C5C. Windows color (decimal): -16743791 or 9536000. OLE color: 9536000.

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

Color convert

RGB0130145-
CMYK10.1000.43
HSL186.21º100%28.43%-
HSV(B)186.21º100%56.86%-
XYZ13.0918.0129.57-
YUV92.84157.4361.78-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 130 (51.17% from 255) = 47.27%
BLUE value IS 145 (57.03% from 255) = 52.73%
R=0%
G=47.27%
B=52.73%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal013014510.1000.43186.2110028.43
Hex0829164A02Bba641c
Octal02022211441205327214434
Binary0100000101001000111001001010010101110111010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008291; }

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

 H1.HeaderClassName
 {
   color: #008291;
 }
 .AnyTagClassName
 {
   color: #008291;
 }
</style>
background-color css

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

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

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

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

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

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