Html Css Color HEX #008289 Dark Cyan

📋 copy color: '#008289'

red 0 ◦ green 130 ◦ blue 137

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

Shades of Dark Cyan #008289

Tints of Dark Cyan #008289

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.69%

 BLUE value IS 137 (53.91% from 255) = 51.31%

R = 0%
G = 48.69%
B = 51.31%

CMYK

 C value IS 1

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#008289 (or 0x008289) is known color: Dark Cyan. HEX triplet: 00, 82 and 89. RGB value is (0,130,137). Sum of RGB (Red+Green+Blue) = 0+130+137=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #008289 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008289 is #FF7D76. Grayscale: #5B5B5B. Windows color (decimal): -16743799 or 9011712. OLE color: 9011712.

HSL color Cylindrical-coordinate representation of color #008289: hue angle of 183.07º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008289 is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 130 137 -
CMYK 1 0.05 0 0.46
HSL 183.07º 1% 0.27% -
HSV(B) 183.07º 1% 0.54% -
XYZ 12.5 17.77 26.44 -
YUV 91.93 153.43 62.43 -
System Red Green Blue C M Y K H S L
Decimal 0 130 137 1 0.05 0 0.46 183.07 1 0.27
Hex 0 82 89 64 5 0 2E B7 64 1B
Octal 0 202 211 144 5 0 56 267 144 33
Binary 0 10000010 10001001 1100100 101 0 101110 10110111 1100100 11011

Color Harmonies of #008289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008289

Black with #008289

Text Example


Text Example

White with #008289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008289; }

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

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

background-color css

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

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

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

border-color css

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

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

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