Html Css Color HEX #078591 Dark Cyan

📋 copy color: '#078591'

red 7 ◦ green 133 ◦ blue 145

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

Shades of Dark Cyan #078591

Tints of Dark Cyan #078591

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.67%

 BLUE value IS 145 (57.03% from 255) = 50.88%

R = 2.46%
G = 46.67%
B = 50.88%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#078591 (or 0x078591) is known color: Dark Cyan. HEX triplet: 07, 85 and 91. RGB value is (7,133,145). Sum of RGB (Red+Green+Blue) = 7+133+145=285 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 145 (57.03% from 255 or 50.88% from 285); Max value from RGB is 145 - color contains mainly: blue. Hex color #078591 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078591 is #F87A6E. Grayscale: #606060. Windows color (decimal): -16284271 or 9536775. OLE color: 9536775.

HSL color Cylindrical-coordinate representation of color #078591: hue angle of 185.22º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078591 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 7 133 145 -
CMYK 0.95 0.08 0 0.43
HSL 185.22º 0.91% 0.3% -
HSV(B) 185.22º 0.95% 0.57% -
XYZ 13.59 18.86 29.71 -
YUV 96.69 155.26 64.02 -
System Red Green Blue C M Y K H S L
Decimal 7 133 145 0.95 0.08 0 0.43 185.22 0.91 0.3
Hex 7 85 91 5F 8 0 2B B9 5B 1E
Octal 7 205 221 137 10 0 53 271 133 36
Binary 111 10000101 10010001 1011111 1000 0 101011 10111001 1011011 11110

Color Harmonies of #078591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078591

Black with #078591

Text Example


Text Example

White with #078591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078591; }

 p { color: rgb(7,133,145); }

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

background-color css

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

 a { background-color: rgb(7,133,145); }

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

border-color css

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

 span { border-color: rgb(7,133,145); }

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