Html Css Color HEX #008D94 Dark Cyan

📋 copy color: '#008D94'

red 0 ◦ green 141 ◦ blue 148

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

Shades of Dark Cyan #008D94

Tints of Dark Cyan #008D94

RGB

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

 GREEN value IS 141 (55.47% from 255) = 48.79%

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

R = 0%
G = 48.79%
B = 51.21%

CMYK

 C value IS 1

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#008D94 (or 0x008D94) is known color: Dark Cyan. HEX triplet: 00, 8D and 94. RGB value is (0,141,148). Sum of RGB (Red+Green+Blue) = 0+141+148=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 141 (55.47% from 255 or 48.79% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #008D94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008D94 is #FF726B. Grayscale: #636363. Windows color (decimal): -16740972 or 9735424. OLE color: 9735424.

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

Color convert

RGB 0 141 148 -
CMYK 1 0.05 0 0.42
HSL 182.84º 1% 0.29% -
HSV(B) 182.84º 1% 0.58% -
XYZ 14.87 21.19 31.32 -
YUV 99.64 155.29 56.93 -
System Red Green Blue C M Y K H S L
Decimal 0 141 148 1 0.05 0 0.42 182.84 1 0.29
Hex 0 8D 94 64 5 0 2A B7 64 1D
Octal 0 215 224 144 5 0 52 267 144 35
Binary 0 10001101 10010100 1100100 101 0 101010 10110111 1100100 11101

Color Harmonies of #008D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008D94

Black with #008D94

Text Example


Text Example

White with #008D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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