Html Css Color HEX #079398 Dark Cyan

📋 copy color: '#079398'

red 7 ◦ green 147 ◦ blue 152

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

Shades of Dark Cyan #079398

Tints of Dark Cyan #079398

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.04%

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

R = 2.29%
G = 48.04%
B = 49.67%

CMYK

 C value IS 0.95

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#079398 (or 0x079398) is known color: Dark Cyan. HEX triplet: 07, 93 and 98. RGB value is (7,147,152). Sum of RGB (Red+Green+Blue) = 7+147+152=306 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.29% from 306); Green value is 147 (57.81% from 255 or 48.04% from 306); Blue value is 152 (59.77% from 255 or 49.67% from 306); Max value from RGB is 152 - color contains mainly: blue. Hex color #079398 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079398 is #F86C67. Grayscale: #696969. Windows color (decimal): -16280680 or 9999111. OLE color: 9999111.

HSL color Cylindrical-coordinate representation of color #079398: hue angle of 182.07º 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 #079398 is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 7 147 152 -
CMYK 0.95 0.03 0 0.40
HSL 182.07º 0.91% 0.31% -
HSV(B) 182.07º 0.95% 0.6% -
XYZ 16.19 23.18 33.33 -
YUV 105.71 154.12 57.59 -
System Red Green Blue C M Y K H S L
Decimal 7 147 152 0.95 0.03 0 0.40 182.07 0.91 0.31
Hex 7 93 98 5F 3 0 28 B6 5B 1F
Octal 7 223 230 137 3 0 50 266 133 37
Binary 111 10010011 10011000 1011111 11 0 101000 10110110 1011011 11111

Color Harmonies of #079398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079398

Black with #079398

Text Example


Text Example

White with #079398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #079398; }

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

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

background-color css

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

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

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

border-color css

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

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

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