#147C79

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

Shades of Surfie Green #147C79

Tints of Surfie Green #147C79

Color information

#147C79 (or 0x147C79) is unknown color: approx Surfie Green. HEX triplet: 14, 7C and 79. RGB value is (20,124,121). Sum of RGB (Red+Green+Blue) = 20+124+121=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 124 (48.83% from 255 or 46.79% from 265); Blue value is 121 (47.66% from 255 or 45.66% from 265); Max value from RGB is 124 - color contains mainly: green. Hex color #147C79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147C79 is #EB8386. Grayscale: #5C5C5C. Windows color (decimal): -15434631 or 7961620. OLE color: 7961620.

HSL color Cylindrical-coordinate representation of color #147C79: hue angle of 178.27º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147C79 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB20124121-
CMYK0.8400.020.51
HSL178.27º72.22%28.24%-
HSV(B)178.27º83.87%48.63%-
XYZ10.9515.9420.59-
YUV92.56144.0476.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.55%
GREEN value IS 124 (48.83% from 255) = 46.79%
BLUE value IS 121 (47.66% from 255) = 45.66%
R=7.55%
G=46.79%
B=45.66%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal201241210.8400.020.51178.2772.2228.24
Hex147C79540233b2481c
Octal24174171124026326211034
Binary1010011111001111001101010001011001110110010100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147C79; }

 p { color: rgb(20,124,121); }

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

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

 a { background-color: rgb(20,124,121); }

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

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

 span { border-color: rgb(20,124,121); }

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