Html Css Color HEX #008492 Dark Cyan

📋 copy color: '#008492'

red 0 ◦ green 132 ◦ blue 146

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

Shades of Dark Cyan #008492

Tints of Dark Cyan #008492

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.48%

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

R = 0%
G = 47.48%
B = 52.52%

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

#008492 (or 0x008492) is known color: Dark Cyan. HEX triplet: 00, 84 and 92. RGB value is (0,132,146). Sum of RGB (Red+Green+Blue) = 0+132+146=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 132 (51.95% from 255 or 47.48% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #008492 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008492 is #FF7B6D. Grayscale: #5D5D5D. Windows color (decimal): -16743278 or 9602048. OLE color: 9602048.

HSL color Cylindrical-coordinate representation of color #008492: hue angle of 185.75º 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 #008492 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 132 146 -
CMYK 1 0.10 0 0.43
HSL 185.75º 1% 0.29% -
HSV(B) 185.75º 1% 0.57% -
XYZ 13.44 18.58 30.07 -
YUV 94.13 157.27 60.86 -
System Red Green Blue C M Y K H S L
Decimal 0 132 146 1 0.10 0 0.43 185.75 1 0.29
Hex 0 84 92 64 A 0 2B BA 64 1D
Octal 0 204 222 144 12 0 53 272 144 35
Binary 0 10000100 10010010 1100100 1010 0 101011 10111010 1100100 11101

Color Harmonies of #008492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008492

Black with #008492

Text Example


Text Example

White with #008492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008492; }

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

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

background-color css

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

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

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

border-color css

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

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

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