#128279

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

Shades of Surfie Green #128279

Tints of Surfie Green #128279

Color information

#128279 (or 0x128279) is unknown color: approx Surfie Green. HEX triplet: 12, 82 and 79. RGB value is (18,130,121). Sum of RGB (Red+Green+Blue) = 18+130+121=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #128279 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128279 is #ED7D86. Grayscale: #5F5F5F. Windows color (decimal): -15564167 or 7963154. OLE color: 7963154.

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

Color convert

RGB18130121-
CMYK0.8600.070.49
HSL175.18º75.68%29.02%-
HSV(B)175.18º86.15%50.98%-
XYZ11.6817.4720.85-
YUV95.49142.3972.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.69%
GREEN value IS 130 (51.17% from 255) = 48.33%
BLUE value IS 121 (47.66% from 255) = 44.98%
R=6.69%
G=48.33%
B=44.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181301210.8600.070.49175.1875.6829.02
Hex128279560731af4c1d
Octal22202171126076125711435
Binary100101000001011110011010110011111000110101111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128279; }

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

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

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

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

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

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

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

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