Html Css Color HEX #008692 Dark Cyan

📋 copy color: '#008692'

red 0 ◦ green 134 ◦ blue 146

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

Shades of Dark Cyan #008692

Tints of Dark Cyan #008692

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.86%

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

R = 0%
G = 47.86%
B = 52.14%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#008692 (or 0x008692) is known color: Dark Cyan. HEX triplet: 00, 86 and 92. RGB value is (0,134,146). Sum of RGB (Red+Green+Blue) = 0+134+146=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #008692 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008692 is #FF796D. Grayscale: #5F5F5F. Windows color (decimal): -16742766 or 9602560. OLE color: 9602560.

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

Color convert

RGB 0 134 146 -
CMYK 1 0.08 0 0.43
HSL 184.93º 1% 0.29% -
HSV(B) 184.93º 1% 0.57% -
XYZ 13.71 19.13 30.16 -
YUV 95.3 156.61 60.02 -
System Red Green Blue C M Y K H S L
Decimal 0 134 146 1 0.08 0 0.43 184.93 1 0.29
Hex 0 86 92 64 8 0 2B B9 64 1D
Octal 0 206 222 144 10 0 53 271 144 35
Binary 0 10000110 10010010 1100100 1000 0 101011 10111001 1100100 11101

Color Harmonies of #008692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008692

Black with #008692

Text Example


Text Example

White with #008692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008692; }

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

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

background-color css

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

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

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

border-color css

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

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

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