#128176

Color #128176 Surfie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surfie Green #128176

Tints of Surfie Green #128176

Color information

#128176 (or 0x128176) is unknown color: approx Surfie Green. HEX triplet: 12, 81 and 76. RGB value is (18,129,118). Sum of RGB (Red+Green+Blue) = 18+129+118=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 129 - color contains mainly: green. Hex color #128176 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128176 is #ED7E89. Grayscale: #5E5E5E. Windows color (decimal): -15564426 or 7766290. OLE color: 7766290.

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

Color convert

RGB18129118-
CMYK0.8600.090.49
HSL174.05º75.51%28.82%-
HSV(B)174.05º86.05%50.59%-
XYZ11.3717.1419.85-
YUV94.56141.2373.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.79%
GREEN value IS 129 (50.78% from 255) = 48.68%
BLUE value IS 118 (46.48% from 255) = 44.53%
R=6.79%
G=48.68%
B=44.53%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181291180.8600.090.49174.0575.5128.82
Hex128176560931ae4c1d
Octal222011661260116125611435
Binary1001010000001111011010101100100111000110101110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128176; }

 p { color: rgb(18,129,118); }

 H1.HeaderClassName
 {
   color: #128176;
 }
 .AnyTagClassName
 {
   color: #128176;
 }
</style>
background-color css

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

 a { background-color: rgb(18,129,118); }

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

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

 span { border-color: rgb(18,129,118); }

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