Html Css Color HEX #078C84 Dark Cyan

📋 copy color: '#078C84'

red 7 ◦ green 140 ◦ blue 132

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

Shades of Dark Cyan #078C84

Tints of Dark Cyan #078C84

RGB

 RED value IS 7 (3.13% from 255) = 2.51%

 GREEN value IS 140 (55.08% from 255) = 50.18%

 BLUE value IS 132 (51.95% from 255) = 47.31%

R = 2.51%
G = 50.18%
B = 47.31%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#078C84 (or 0x078C84) is known color: Dark Cyan. HEX triplet: 07, 8C and 84. RGB value is (7,140,132). Sum of RGB (Red+Green+Blue) = 7+140+132=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 140 (55.08% from 255 or 50.18% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 140 - color contains mainly: green. Hex color #078C84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078C84 is #F8737B. Grayscale: #636363. Windows color (decimal): -16282492 or 8686599. OLE color: 8686599.

HSL color Cylindrical-coordinate representation of color #078C84: hue angle of 176.39º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078C84 is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 140 132 -
CMYK 0.95 0 0.06 0.45
HSL 176.39º 0.9% 0.29% -
HSV(B) 176.39º 0.95% 0.55% -
XYZ 13.63 20.47 25.06 -
YUV 99.32 146.44 62.15 -
System Red Green Blue C M Y K H S L
Decimal 7 140 132 0.95 0 0.06 0.45 176.39 0.9 0.29
Hex 7 8C 84 5F 0 6 2D B0 5A 1D
Octal 7 214 204 137 0 6 55 260 132 35
Binary 111 10001100 10000100 1011111 0 110 101101 10110000 1011010 11101

Color Harmonies of #078C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078C84

Black with #078C84

Text Example


Text Example

White with #078C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078C84; }

 p { color: rgb(7,140,132); }

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

background-color css

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

 a { background-color: rgb(7,140,132); }

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

border-color css

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

 span { border-color: rgb(7,140,132); }

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