Html Css Color HEX #008B94 Dark Cyan

📋 copy color: '#008B94'

red 0 ◦ green 139 ◦ blue 148

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

Shades of Dark Cyan #008B94

Tints of Dark Cyan #008B94

RGB

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

 GREEN value IS 139 (54.69% from 255) = 48.43%

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

R = 0%
G = 48.43%
B = 51.57%

CMYK

 C value IS 1

 M value IS 0.06

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#008B94 (or 0x008B94) is known color: Dark Cyan. HEX triplet: 00, 8B and 94. RGB value is (0,139,148). Sum of RGB (Red+Green+Blue) = 0+139+148=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 139 (54.69% from 255 or 48.43% from 287); Blue value is 148 (58.20% from 255 or 51.57% from 287); Max value from RGB is 148 - color contains mainly: blue. Hex color #008B94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008B94 is #FF746B. Grayscale: #626262. Windows color (decimal): -16741484 or 9734912. OLE color: 9734912.

HSL color Cylindrical-coordinate representation of color #008B94: hue angle of 183.65º 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 #008B94 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 139 148 -
CMYK 1 0.06 0 0.42
HSL 183.65º 1% 0.29% -
HSV(B) 183.65º 1% 0.58% -
XYZ 14.58 20.6 31.23 -
YUV 98.47 155.95 57.77 -
System Red Green Blue C M Y K H S L
Decimal 0 139 148 1 0.06 0 0.42 183.65 1 0.29
Hex 0 8B 94 64 6 0 2A B8 64 1D
Octal 0 213 224 144 6 0 52 270 144 35
Binary 0 10001011 10010100 1100100 110 0 101010 10111000 1100100 11101

Color Harmonies of #008B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008B94

Black with #008B94

Text Example


Text Example

White with #008B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008B94; }

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

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

background-color css

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

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

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

border-color css

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

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

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