Html Css Color HEX #078985 Dark Cyan

📋 copy color: '#078985'

red 7 ◦ green 137 ◦ blue 133

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

Shades of Dark Cyan #078985

Tints of Dark Cyan #078985

RGB

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

 GREEN value IS 137 (53.91% from 255) = 49.46%

 BLUE value IS 133 (52.34% from 255) = 48.01%

R = 2.53%
G = 49.46%
B = 48.01%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#078985 (or 0x078985) is known color: Dark Cyan. HEX triplet: 07, 89 and 85. RGB value is (7,137,133). Sum of RGB (Red+Green+Blue) = 7+137+133=277 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.53% from 277); Green value is 137 (53.91% from 255 or 49.46% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 137 - color contains mainly: green. Hex color #078985 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078985 is #F8767A. Grayscale: #616161. Windows color (decimal): -16283259 or 8751367. OLE color: 8751367.

HSL color Cylindrical-coordinate representation of color #078985: hue angle of 178.15º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078985 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB 7 137 133 -
CMYK 0.95 0 0.03 0.46
HSL 178.15º 0.9% 0.28% -
HSV(B) 178.15º 0.95% 0.54% -
XYZ 13.27 19.63 25.28 -
YUV 97.67 147.93 63.33 -
System Red Green Blue C M Y K H S L
Decimal 7 137 133 0.95 0 0.03 0.46 178.15 0.9 0.28
Hex 7 89 85 5F 0 3 2E B2 5A 1C
Octal 7 211 205 137 0 3 56 262 132 34
Binary 111 10001001 10000101 1011111 0 11 101110 10110010 1011010 11100

Color Harmonies of #078985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078985

Black with #078985

Text Example


Text Example

White with #078985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078985; }

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

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

background-color css

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

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

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

border-color css

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

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

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