Html Css Color HEX #118278 Surfie Green

📋 copy color: '#118278'

red 17 ◦ green 130 ◦ blue 120

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

Shades of Surfie Green #118278

Tints of Surfie Green #118278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 44.94%

R = 6.37%
G = 48.69%
B = 44.94%

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

#118278 (or 0x118278) is known color: Surfie Green. HEX triplet: 11, 82 and 78. RGB value is (17,130,120). Sum of RGB (Red+Green+Blue) = 17+130+120=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #118278 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118278 is #EE7D87. Grayscale: #5F5F5F. Windows color (decimal): -15629704 or 7897617. OLE color: 7897617.

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

Color convert

RGB 17 130 120 -
CMYK 0.87 0 0.08 0.49
HSL 174.69º 0.77% 0.29% -
HSV(B) 174.69º 0.87% 0.51% -
XYZ 11.6 17.44 20.52 -
YUV 95.07 142.06 72.31 -
System Red Green Blue C M Y K H S L
Decimal 17 130 120 0.87 0 0.08 0.49 174.69 0.77 0.29
Hex 11 82 78 57 0 8 31 AF 4D 1D
Octal 21 202 170 127 0 10 61 257 115 35
Binary 10001 10000010 1111000 1010111 0 1000 110001 10101111 1001101 11101

Color Harmonies of #118278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118278

Black with #118278

Text Example


Text Example

White with #118278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118278; }

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

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

background-color css

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

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

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

border-color css

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

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

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