Html Css Color HEX #008792 Dark Cyan

📋 copy color: '#008792'

red 0 ◦ green 135 ◦ blue 146

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

Shades of Dark Cyan #008792

Tints of Dark Cyan #008792

RGB

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

 GREEN value IS 135 (53.13% from 255) = 48.04%

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

R = 0%
G = 48.04%
B = 51.96%

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

#008792 (or 0x008792) is known color: Dark Cyan. HEX triplet: 00, 87 and 92. RGB value is (0,135,146). Sum of RGB (Red+Green+Blue) = 0+135+146=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 135 (53.12% from 255 or 48.04% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #008792 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008792 is #FF786D. Grayscale: #5F5F5F. Windows color (decimal): -16742510 or 9602816. OLE color: 9602816.

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

Color convert

RGB 0 135 146 -
CMYK 1 0.08 0 0.43
HSL 184.52º 1% 0.29% -
HSV(B) 184.52º 1% 0.57% -
XYZ 13.85 19.4 30.21 -
YUV 95.89 156.27 59.61 -
System Red Green Blue C M Y K H S L
Decimal 0 135 146 1 0.08 0 0.43 184.52 1 0.29
Hex 0 87 92 64 8 0 2B B9 64 1D
Octal 0 207 222 144 10 0 53 271 144 35
Binary 0 10000111 10010010 1100100 1000 0 101011 10111001 1100100 11101

Color Harmonies of #008792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008792

Black with #008792

Text Example


Text Example

White with #008792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008792; }

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

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

background-color css

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

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

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

border-color css

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

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

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