Html Css Color HEX #008291 Dark Cyan

📋 copy color: '#008291'

red 0 ◦ green 130 ◦ blue 145

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

Shades of Dark Cyan #008291

Tints of Dark Cyan #008291

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 value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#008291 (or 0x008291) is known color: 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

RGB 0 130 145 -
CMYK 1 0.10 0 0.43
HSL 186.21º 1% 0.28% -
HSV(B) 186.21º 1% 0.57% -
XYZ 13.09 18.01 29.57 -
YUV 92.84 157.43 61.78 -
System Red Green Blue C M Y K H S L
Decimal 0 130 145 1 0.10 0 0.43 186.21 1 0.28
Hex 0 82 91 64 A 0 2B BA 64 1C
Octal 0 202 221 144 12 0 53 272 144 34
Binary 0 10000010 10010001 1100100 1010 0 101011 10111010 1100100 11100

Color Harmonies of #008291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008291

Black with #008291

Text Example


Text Example

White with #008291

Text Example


Text Example

HTML Codes & Css Web 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>