Html Css Color HEX #118379 Surfie Green

📋 copy color: '#118379'

red 17 ◦ green 131 ◦ blue 121

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

Shades of Surfie Green #118379

Tints of Surfie Green #118379

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.7%

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

R = 6.32%
G = 48.7%
B = 44.98%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#118379 (or 0x118379) is known color: Surfie Green. HEX triplet: 11, 83 and 79. RGB value is (17,131,121). Sum of RGB (Red+Green+Blue) = 17+131+121=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 131 (51.56% from 255 or 48.70% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 131 - color contains mainly: green. Hex color #118379 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118379 is #EE7C86. Grayscale: #5F5F5F. Windows color (decimal): -15629447 or 7963409. OLE color: 7963409.

HSL color Cylindrical-coordinate representation of color #118379: hue angle of 174.74º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118379 is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 131 121 -
CMYK 0.87 0 0.08 0.49
HSL 174.74º 0.77% 0.29% -
HSV(B) 174.74º 0.87% 0.51% -
XYZ 11.8 17.73 20.89 -
YUV 95.77 142.23 71.81 -
System Red Green Blue C M Y K H S L
Decimal 17 131 121 0.87 0 0.08 0.49 174.74 0.77 0.29
Hex 11 83 79 57 0 8 31 AF 4D 1D
Octal 21 203 171 127 0 10 61 257 115 35
Binary 10001 10000011 1111001 1010111 0 1000 110001 10101111 1001101 11101

Color Harmonies of #118379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118379

Black with #118379

Text Example


Text Example

White with #118379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118379; }

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

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

background-color css

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

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

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

border-color css

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

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

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