Html Css Color HEX #078F95 Dark Cyan

📋 copy color: '#078F95'

red 7 ◦ green 143 ◦ blue 149

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

Shades of Dark Cyan #078F95

Tints of Dark Cyan #078F95

RGB

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

 GREEN value IS 143 (56.25% from 255) = 47.83%

 BLUE value IS 149 (58.59% from 255) = 49.83%

R = 2.34%
G = 47.83%
B = 49.83%

CMYK

 C value IS 0.95

 M value IS 0.04

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#078F95 (or 0x078F95) is known color: Dark Cyan. HEX triplet: 07, 8F and 95. RGB value is (7,143,149). Sum of RGB (Red+Green+Blue) = 7+143+149=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 143 (56.25% from 255 or 47.83% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #078F95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078F95 is #F8706A. Grayscale: #666666. Windows color (decimal): -16281707 or 9801479. OLE color: 9801479.

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

Color convert

RGB 7 143 149 -
CMYK 0.95 0.04 0 0.42
HSL 182.54º 0.91% 0.31% -
HSV(B) 182.54º 0.95% 0.58% -
XYZ 15.33 21.86 31.84 -
YUV 103.02 153.94 59.51 -
System Red Green Blue C M Y K H S L
Decimal 7 143 149 0.95 0.04 0 0.42 182.54 0.91 0.31
Hex 7 8F 95 5F 4 0 2A B7 5B 1F
Octal 7 217 225 137 4 0 52 267 133 37
Binary 111 10001111 10010101 1011111 100 0 101010 10110111 1011011 11111

Color Harmonies of #078F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078F95

Black with #078F95

Text Example


Text Example

White with #078F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,143,149); }

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

background-color css

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

 a { background-color: rgb(7,143,149); }

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

border-color css

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

 span { border-color: rgb(7,143,149); }

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