Html Css Color HEX #008392 Dark Cyan

📋 copy color: '#008392'

red 0 ◦ green 131 ◦ blue 146

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

Shades of Dark Cyan #008392

Tints of Dark Cyan #008392

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.29%

 BLUE value IS 146 (57.42% from 255) = 52.71%

R = 0%
G = 47.29%
B = 52.71%

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

#008392 (or 0x008392) is known color: Dark Cyan. HEX triplet: 00, 83 and 92. RGB value is (0,131,146). Sum of RGB (Red+Green+Blue) = 0+131+146=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 131 (51.56% from 255 or 47.29% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #008392 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008392 is #FF7C6D. Grayscale: #5D5D5D. Windows color (decimal): -16743534 or 9601792. OLE color: 9601792.

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

Color convert

RGB 0 131 146 -
CMYK 1 0.10 0 0.43
HSL 186.16º 1% 0.29% -
HSV(B) 186.16º 1% 0.57% -
XYZ 13.3 18.31 30.03 -
YUV 93.54 157.6 61.28 -
System Red Green Blue C M Y K H S L
Decimal 0 131 146 1 0.10 0 0.43 186.16 1 0.29
Hex 0 83 92 64 A 0 2B BA 64 1D
Octal 0 203 222 144 12 0 53 272 144 35
Binary 0 10000011 10010010 1100100 1010 0 101011 10111010 1100100 11101

Color Harmonies of #008392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008392

Black with #008392

Text Example


Text Example

White with #008392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008392; }

 p { color: rgb(0,131,146); }

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

background-color css

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

 a { background-color: rgb(0,131,146); }

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

border-color css

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

 span { border-color: rgb(0,131,146); }

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