Html Css Color HEX #008079 Surfie Green

📋 copy color: '#008079'

red 0 ◦ green 128 ◦ blue 121

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

Shades of Surfie Green #008079

Tints of Surfie Green #008079

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 128 (50.39% from 255) = 51.41%

 BLUE value IS 121 (47.66% from 255) = 48.59%

R = 0%
G = 51.41%
B = 48.59%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#008079 (or 0x008079) is known color: Surfie Green. HEX triplet: 00, 80 and 79. RGB value is (0,128,121). Sum of RGB (Red+Green+Blue) = 0+128+121=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 128 (50.39% from 255 or 51.41% from 249); Blue value is 121 (47.66% from 255 or 48.59% from 249); Max value from RGB is 128 - color contains mainly: green. Hex color #008079 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008079 is #FF7F86. Grayscale: #585858. Windows color (decimal): -16744327 or 7962624. OLE color: 7962624.

HSL color Cylindrical-coordinate representation of color #008079: hue angle of 176.72º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008079 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 0 128 121 -
CMYK 1 0 0.05 0.50
HSL 176.72º 1% 0.25% -
HSV(B) 176.72º 1% 0.5% -
XYZ 11.17 16.82 20.75 -
YUV 88.93 146.09 64.57 -
System Red Green Blue C M Y K H S L
Decimal 0 128 121 1 0 0.05 0.50 176.72 1 0.25
Hex 0 80 79 64 0 5 32 B1 64 19
Octal 0 200 171 144 0 5 62 261 144 31
Binary 0 10000000 1111001 1100100 0 101 110010 10110001 1100100 11001

Color Harmonies of #008079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008079

Black with #008079

Text Example


Text Example

White with #008079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008079; }

 p { color: rgb(0,128,121); }

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

background-color css

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

 a { background-color: rgb(0,128,121); }

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

border-color css

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

 span { border-color: rgb(0,128,121); }

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