Html Css Color HEX #079298 Dark Cyan

📋 copy color: '#079298'

red 7 ◦ green 146 ◦ blue 152

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

Shades of Dark Cyan #079298

Tints of Dark Cyan #079298

RGB

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

 GREEN value IS 146 (57.42% from 255) = 47.87%

 BLUE value IS 152 (59.77% from 255) = 49.84%

R = 2.3%
G = 47.87%
B = 49.84%

CMYK

 C value IS 0.95

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#079298 (or 0x079298) is known color: Dark Cyan. HEX triplet: 07, 92 and 98. RGB value is (7,146,152). Sum of RGB (Red+Green+Blue) = 7+146+152=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 146 (57.42% from 255 or 47.87% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #079298 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079298 is #F86D67. Grayscale: #686868. Windows color (decimal): -16280936 or 9998855. OLE color: 9998855.

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

Color convert

RGB 7 146 152 -
CMYK 0.95 0.04 0 0.40
HSL 182.48º 0.91% 0.31% -
HSV(B) 182.48º 0.95% 0.6% -
XYZ 16.03 22.87 33.28 -
YUV 105.12 154.45 58.01 -
System Red Green Blue C M Y K H S L
Decimal 7 146 152 0.95 0.04 0 0.40 182.48 0.91 0.31
Hex 7 92 98 5F 4 0 28 B6 5B 1F
Octal 7 222 230 137 4 0 50 266 133 37
Binary 111 10010010 10011000 1011111 100 0 101000 10110110 1011011 11111

Color Harmonies of #079298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079298

Black with #079298

Text Example


Text Example

White with #079298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #079298; }

 p { color: rgb(7,146,152); }

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

background-color css

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

 a { background-color: rgb(7,146,152); }

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

border-color css

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

 span { border-color: rgb(7,146,152); }

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