Html Css Color HEX #078588 Dark Cyan

📋 copy color: '#078588'

red 7 ◦ green 133 ◦ blue 136

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

Shades of Dark Cyan #078588

Tints of Dark Cyan #078588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 49.28%

R = 2.54%
G = 48.19%
B = 49.28%

CMYK

 C value IS 0.95

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#078588 (or 0x078588) is known color: Dark Cyan. HEX triplet: 07, 85 and 88. RGB value is (7,133,136). Sum of RGB (Red+Green+Blue) = 7+133+136=276 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.54% from 276); Green value is 133 (52.34% from 255 or 48.19% from 276); Blue value is 136 (53.52% from 255 or 49.28% from 276); Max value from RGB is 136 - color contains mainly: blue. Hex color #078588 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078588 is #F87A77. Grayscale: #5F5F5F. Windows color (decimal): -16284280 or 8946951. OLE color: 8946951.

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

Color convert

RGB 7 133 136 -
CMYK 0.95 0.02 0 0.47
HSL 181.4º 0.9% 0.28% -
HSV(B) 181.4º 0.95% 0.53% -
XYZ 12.92 18.6 26.2 -
YUV 95.67 150.76 64.76 -
System Red Green Blue C M Y K H S L
Decimal 7 133 136 0.95 0.02 0 0.47 181.4 0.9 0.28
Hex 7 85 88 5F 2 0 2F B5 5A 1C
Octal 7 205 210 137 2 0 57 265 132 34
Binary 111 10000101 10001000 1011111 10 0 101111 10110101 1011010 11100

Color Harmonies of #078588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078588

Black with #078588

Text Example


Text Example

White with #078588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078588; }

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

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

background-color css

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

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

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

border-color css

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

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

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