Html Css Color HEX #118079 Surfie Green

📋 copy color: '#118079'

red 17 ◦ green 128 ◦ blue 121

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

Shades of Surfie Green #118079

Tints of Surfie Green #118079

RGB

 RED value IS 17 (7.03% from 255) = 6.39%

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

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

R = 6.39%
G = 48.12%
B = 45.49%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#118079 (or 0x118079) is known color: Surfie Green. HEX triplet: 11, 80 and 79. RGB value is (17,128,121). Sum of RGB (Red+Green+Blue) = 17+128+121=266 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.39% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 121 (47.66% from 255 or 45.49% from 266); Max value from RGB is 128 - color contains mainly: green. Hex color #118079 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118079 is #EE7F86. Grayscale: #5D5D5D. Windows color (decimal): -15630215 or 7962641. OLE color: 7962641.

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

Color convert

RGB 17 128 121 -
CMYK 0.87 0 0.05 0.50
HSL 176.22º 0.77% 0.28% -
HSV(B) 176.22º 0.87% 0.5% -
XYZ 11.4 16.94 20.76 -
YUV 94.01 143.23 73.07 -
System Red Green Blue C M Y K H S L
Decimal 17 128 121 0.87 0 0.05 0.50 176.22 0.77 0.28
Hex 11 80 79 57 0 5 32 B0 4D 1C
Octal 21 200 171 127 0 5 62 260 115 34
Binary 10001 10000000 1111001 1010111 0 101 110010 10110000 1001101 11100

Color Harmonies of #118079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118079

Black with #118079

Text Example


Text Example

White with #118079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118079; }

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

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

background-color css

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

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

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

border-color css

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

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

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