Html Css Color HEX #078C80 Dark Cyan

📋 copy color: '#078C80'

red 7 ◦ green 140 ◦ blue 128

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

Shades of Dark Cyan #078C80

Tints of Dark Cyan #078C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 46.55%

R = 2.55%
G = 50.91%
B = 46.55%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#078C80 (or 0x078C80) is known color: Dark Cyan. HEX triplet: 07, 8C and 80. RGB value is (7,140,128). Sum of RGB (Red+Green+Blue) = 7+140+128=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 140 (55.08% from 255 or 50.91% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 140 - color contains mainly: green. Hex color #078C80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078C80 is #F8737F. Grayscale: #626262. Windows color (decimal): -16282496 or 8424455. OLE color: 8424455.

HSL color Cylindrical-coordinate representation of color #078C80: hue angle of 174.59º 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 #078C80 is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 140 128 -
CMYK 0.95 0 0.09 0.45
HSL 174.59º 0.9% 0.29% -
HSV(B) 174.59º 0.95% 0.55% -
XYZ 13.36 20.36 23.65 -
YUV 98.87 144.44 62.48 -
System Red Green Blue C M Y K H S L
Decimal 7 140 128 0.95 0 0.09 0.45 174.59 0.9 0.29
Hex 7 8C 80 5F 0 9 2D AF 5A 1D
Octal 7 214 200 137 0 11 55 257 132 35
Binary 111 10001100 10000000 1011111 0 1001 101101 10101111 1011010 11101

Color Harmonies of #078C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078C80

Black with #078C80

Text Example


Text Example

White with #078C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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