Html Css Color HEX #078D96 Dark Cyan

📋 copy color: '#078D96'

red 7 ◦ green 141 ◦ blue 150

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

Shades of Dark Cyan #078D96

Tints of Dark Cyan #078D96

RGB

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

 GREEN value IS 141 (55.47% from 255) = 47.32%

 BLUE value IS 150 (58.98% from 255) = 50.34%

R = 2.35%
G = 47.32%
B = 50.34%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#078D96 (or 0x078D96) is known color: Dark Cyan. HEX triplet: 07, 8D and 96. RGB value is (7,141,150). Sum of RGB (Red+Green+Blue) = 7+141+150=298 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.35% from 298); Green value is 141 (55.47% from 255 or 47.32% from 298); Blue value is 150 (58.98% from 255 or 50.34% from 298); Max value from RGB is 150 - color contains mainly: blue. Hex color #078D96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078D96 is #F87269. Grayscale: #656565. Windows color (decimal): -16282218 or 9866503. OLE color: 9866503.

HSL color Cylindrical-coordinate representation of color #078D96: hue angle of 183.78º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078D96 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 7 141 150 -
CMYK 0.95 0.06 0 0.41
HSL 183.78º 0.91% 0.31% -
HSV(B) 183.78º 0.95% 0.59% -
XYZ 15.12 21.3 32.17 -
YUV 101.96 155.11 60.27 -
System Red Green Blue C M Y K H S L
Decimal 7 141 150 0.95 0.06 0 0.41 183.78 0.91 0.31
Hex 7 8D 96 5F 6 0 29 B8 5B 1F
Octal 7 215 226 137 6 0 51 270 133 37
Binary 111 10001101 10010110 1011111 110 0 101001 10111000 1011011 11111

Color Harmonies of #078D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078D96

Black with #078D96

Text Example


Text Example

White with #078D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,141,150); }

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

background-color css

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

 a { background-color: rgb(7,141,150); }

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

border-color css

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

 span { border-color: rgb(7,141,150); }

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