Html Css Color HEX #118277 Surfie Green

📋 copy color: '#118277'

red 17 ◦ green 130 ◦ blue 119

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

Shades of Surfie Green #118277

Tints of Surfie Green #118277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 44.74%

R = 6.39%
G = 48.87%
B = 44.74%

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

#118277 (or 0x118277) is known color: Surfie Green. HEX triplet: 11, 82 and 77. RGB value is (17,130,119). Sum of RGB (Red+Green+Blue) = 17+130+119=266 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.39% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 119 (46.88% from 255 or 44.74% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #118277 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118277 is #EE7D88. Grayscale: #5E5E5E. Windows color (decimal): -15629705 or 7832081. OLE color: 7832081.

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

Color convert

RGB 17 130 119 -
CMYK 0.87 0 0.08 0.49
HSL 174.16º 0.77% 0.29% -
HSV(B) 174.16º 0.87% 0.51% -
XYZ 11.54 17.42 20.21 -
YUV 94.96 141.56 72.39 -
System Red Green Blue C M Y K H S L
Decimal 17 130 119 0.87 0 0.08 0.49 174.16 0.77 0.29
Hex 11 82 77 57 0 8 31 AE 4D 1D
Octal 21 202 167 127 0 10 61 256 115 35
Binary 10001 10000010 1110111 1010111 0 1000 110001 10101110 1001101 11101

Color Harmonies of #118277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118277

Black with #118277

Text Example


Text Example

White with #118277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118277; }

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

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

background-color css

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

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

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

border-color css

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

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

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