Html Css Color HEX #078889 Dark Cyan

📋 copy color: '#078889'

red 7 ◦ green 136 ◦ blue 137

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

Shades of Dark Cyan #078889

Tints of Dark Cyan #078889

RGB

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

 GREEN value IS 136 (53.52% from 255) = 48.57%

 BLUE value IS 137 (53.91% from 255) = 48.93%

R = 2.5%
G = 48.57%
B = 48.93%

CMYK

 C value IS 0.95

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#078889 (or 0x078889) is known color: Dark Cyan. HEX triplet: 07, 88 and 89. RGB value is (7,136,137). Sum of RGB (Red+Green+Blue) = 7+136+137=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #078889 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078889 is #F87776. Grayscale: #616161. Windows color (decimal): -16283511 or 9013255. OLE color: 9013255.

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

Color convert

RGB 7 136 137 -
CMYK 0.95 0.01 0 0.46
HSL 180.46º 0.9% 0.28% -
HSV(B) 180.46º 0.95% 0.54% -
XYZ 13.41 19.46 26.72 -
YUV 97.54 150.26 63.42 -
System Red Green Blue C M Y K H S L
Decimal 7 136 137 0.95 0.01 0 0.46 180.46 0.9 0.28
Hex 7 88 89 5F 1 0 2E B4 5A 1C
Octal 7 210 211 137 1 0 56 264 132 34
Binary 111 10001000 10001001 1011111 1 0 101110 10110100 1011010 11100

Color Harmonies of #078889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078889

Black with #078889

Text Example


Text Example

White with #078889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078889; }

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

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

background-color css

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

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

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

border-color css

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

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

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