Html Css Color HEX #118279 Surfie Green

📋 copy color: '#118279'

red 17 ◦ green 130 ◦ blue 121

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

Shades of Surfie Green #118279

Tints of Surfie Green #118279

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.51%

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

R = 6.34%
G = 48.51%
B = 45.15%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#118279 (or 0x118279) is known color: Surfie Green. HEX triplet: 11, 82 and 79. RGB value is (17,130,121). Sum of RGB (Red+Green+Blue) = 17+130+121=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 121 (47.66% from 255 or 45.15% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #118279 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118279 is #EE7D86. Grayscale: #5F5F5F. Windows color (decimal): -15629703 or 7963153. OLE color: 7963153.

HSL color Cylindrical-coordinate representation of color #118279: hue angle of 175.22º 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 #118279 is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 130 121 -
CMYK 0.87 0 0.07 0.49
HSL 175.22º 0.77% 0.29% -
HSV(B) 175.22º 0.87% 0.51% -
XYZ 11.66 17.46 20.85 -
YUV 95.19 142.56 72.23 -
System Red Green Blue C M Y K H S L
Decimal 17 130 121 0.87 0 0.07 0.49 175.22 0.77 0.29
Hex 11 82 79 57 0 7 31 AF 4D 1D
Octal 21 202 171 127 0 7 61 257 115 35
Binary 10001 10000010 1111001 1010111 0 111 110001 10101111 1001101 11101

Color Harmonies of #118279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118279

Black with #118279

Text Example


Text Example

White with #118279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118279; }

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

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

background-color css

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

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

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

border-color css

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

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

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