Html Css Color HEX #078190 Dark Cyan

📋 copy color: '#078190'

red 7 ◦ green 129 ◦ blue 144

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

Shades of Dark Cyan #078190

Tints of Dark Cyan #078190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.07%

 BLUE value IS 144 (56.64% from 255) = 51.43%

R = 2.5%
G = 46.07%
B = 51.43%

CMYK

 C value IS 0.95

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#078190 (or 0x078190) is known color: Dark Cyan. HEX triplet: 07, 81 and 90. RGB value is (7,129,144). Sum of RGB (Red+Green+Blue) = 7+129+144=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #078190 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078190 is #F87E6F. Grayscale: #5E5E5E. Windows color (decimal): -16285296 or 9470215. OLE color: 9470215.

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

Color convert

RGB 7 129 144 -
CMYK 0.95 0.10 0 0.44
HSL 186.57º 0.91% 0.3% -
HSV(B) 186.57º 0.95% 0.56% -
XYZ 12.97 17.76 29.13 -
YUV 94.23 156.08 65.78 -
System Red Green Blue C M Y K H S L
Decimal 7 129 144 0.95 0.10 0 0.44 186.57 0.91 0.3
Hex 7 81 90 5F A 0 2C BB 5B 1E
Octal 7 201 220 137 12 0 54 273 133 36
Binary 111 10000001 10010000 1011111 1010 0 101100 10111011 1011011 11110

Color Harmonies of #078190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078190

Black with #078190

Text Example


Text Example

White with #078190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078190; }

 p { color: rgb(7,129,144); }

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

background-color css

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

 a { background-color: rgb(7,129,144); }

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

border-color css

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

 span { border-color: rgb(7,129,144); }

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