Html Css Color HEX #078983 Dark Cyan

📋 copy color: '#078983'

red 7 ◦ green 137 ◦ blue 131

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

Shades of Dark Cyan #078983

Tints of Dark Cyan #078983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 47.64%

R = 2.55%
G = 49.82%
B = 47.64%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#078983 (or 0x078983) is known color: Dark Cyan. HEX triplet: 07, 89 and 83. RGB value is (7,137,131). Sum of RGB (Red+Green+Blue) = 7+137+131=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 137 (53.91% from 255 or 49.82% from 275); Blue value is 131 (51.56% from 255 or 47.64% from 275); Max value from RGB is 137 - color contains mainly: green. Hex color #078983 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078983 is #F8767C. Grayscale: #616161. Windows color (decimal): -16283261 or 8620295. OLE color: 8620295.

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

Color convert

RGB 7 137 131 -
CMYK 0.95 0 0.04 0.46
HSL 177.23º 0.9% 0.28% -
HSV(B) 177.23º 0.95% 0.54% -
XYZ 13.13 19.58 24.56 -
YUV 97.45 146.93 63.49 -
System Red Green Blue C M Y K H S L
Decimal 7 137 131 0.95 0 0.04 0.46 177.23 0.9 0.28
Hex 7 89 83 5F 0 4 2E B1 5A 1C
Octal 7 211 203 137 0 4 56 261 132 34
Binary 111 10001001 10000011 1011111 0 100 101110 10110001 1011010 11100

Color Harmonies of #078983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078983

Black with #078983

Text Example


Text Example

White with #078983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078983; }

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

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

background-color css

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

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

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

border-color css

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

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

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