Html Css Color HEX #078C81 Dark Cyan

📋 copy color: '#078C81'

red 7 ◦ green 140 ◦ blue 129

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

Shades of Dark Cyan #078C81

Tints of Dark Cyan #078C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 46.74%

R = 2.54%
G = 50.72%
B = 46.74%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#078C81 (or 0x078C81) is known color: Dark Cyan. HEX triplet: 07, 8C and 81. RGB value is (7,140,129). Sum of RGB (Red+Green+Blue) = 7+140+129=276 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.54% from 276); Green value is 140 (55.08% from 255 or 50.72% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 140 - color contains mainly: green. Hex color #078C81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078C81 is #F8737E. Grayscale: #626262. Windows color (decimal): -16282495 or 8489991. OLE color: 8489991.

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

Color convert

RGB 7 140 129 -
CMYK 0.95 0 0.08 0.45
HSL 175.04º 0.9% 0.29% -
HSV(B) 175.04º 0.95% 0.55% -
XYZ 13.43 20.39 24 -
YUV 98.98 144.94 62.39 -
System Red Green Blue C M Y K H S L
Decimal 7 140 129 0.95 0 0.08 0.45 175.04 0.9 0.29
Hex 7 8C 81 5F 0 8 2D AF 5A 1D
Octal 7 214 201 137 0 10 55 257 132 35
Binary 111 10001100 10000001 1011111 0 1000 101101 10101111 1011010 11101

Color Harmonies of #078C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078C81

Black with #078C81

Text Example


Text Example

White with #078C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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