Html Css Color HEX #008894 Dark Cyan

📋 copy color: '#008894'

red 0 ◦ green 136 ◦ blue 148

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

Shades of Dark Cyan #008894

Tints of Dark Cyan #008894

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.89%

 BLUE value IS 148 (58.2% from 255) = 52.11%

R = 0%
G = 47.89%
B = 52.11%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#008894 (or 0x008894) is known color: Dark Cyan. HEX triplet: 00, 88 and 94. RGB value is (0,136,148). Sum of RGB (Red+Green+Blue) = 0+136+148=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #008894 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008894 is #FF776B. Grayscale: #606060. Windows color (decimal): -16742252 or 9734144. OLE color: 9734144.

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

Color convert

RGB 0 136 148 -
CMYK 1 0.08 0 0.42
HSL 184.86º 1% 0.29% -
HSV(B) 184.86º 1% 0.58% -
XYZ 14.15 19.75 31.08 -
YUV 96.7 156.94 59.02 -
System Red Green Blue C M Y K H S L
Decimal 0 136 148 1 0.08 0 0.42 184.86 1 0.29
Hex 0 88 94 64 8 0 2A B9 64 1D
Octal 0 210 224 144 10 0 52 271 144 35
Binary 0 10001000 10010100 1100100 1000 0 101010 10111001 1100100 11101

Color Harmonies of #008894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008894

Black with #008894

Text Example


Text Example

White with #008894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008894; }

 p { color: rgb(0,136,148); }

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

background-color css

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

 a { background-color: rgb(0,136,148); }

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

border-color css

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

 span { border-color: rgb(0,136,148); }

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