Html Css Color HEX #118477 Surfie Green

📋 copy color: '#118477'

red 17 ◦ green 132 ◦ blue 119

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

Shades of Surfie Green #118477

Tints of Surfie Green #118477

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.25%

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

R = 6.34%
G = 49.25%
B = 44.4%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#118477 (or 0x118477) is known color: Surfie Green. HEX triplet: 11, 84 and 77. RGB value is (17,132,119). Sum of RGB (Red+Green+Blue) = 17+132+119=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 132 - color contains mainly: green. Hex color #118477 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118477 is #EE7B88. Grayscale: #606060. Windows color (decimal): -15629193 or 7832593. OLE color: 7832593.

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

Color convert

RGB 17 132 119 -
CMYK 0.87 0 0.10 0.48
HSL 173.22º 0.77% 0.29% -
HSV(B) 173.22º 0.87% 0.52% -
XYZ 11.81 17.95 20.3 -
YUV 96.13 140.9 71.56 -
System Red Green Blue C M Y K H S L
Decimal 17 132 119 0.87 0 0.10 0.48 173.22 0.77 0.29
Hex 11 84 77 57 0 A 30 AD 4D 1D
Octal 21 204 167 127 0 12 60 255 115 35
Binary 10001 10000100 1110111 1010111 0 1010 110000 10101101 1001101 11101

Color Harmonies of #118477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118477

Black with #118477

Text Example


Text Example

White with #118477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118477; }

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

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

background-color css

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

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

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

border-color css

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

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

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