#147C78

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

Shades of Surfie Green #147C78

Tints of Surfie Green #147C78

Color information

#147C78 (or 0x147C78) is unknown color: approx Surfie Green. HEX triplet: 14, 7C and 78. RGB value is (20,124,120). Sum of RGB (Red+Green+Blue) = 20+124+120=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 124 (48.83% from 255 or 46.97% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 124 - color contains mainly: green. Hex color #147C78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147C78 is #EB8387. Grayscale: #5C5C5C. Windows color (decimal): -15434632 or 7896084. OLE color: 7896084.

HSL color Cylindrical-coordinate representation of color #147C78: hue angle of 177.69º 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 #147C78 is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB20124120-
CMYK0.8400.030.51
HSL177.69º72.22%28.24%-
HSV(B)177.69º83.87%48.63%-
XYZ10.8915.9220.27-
YUV92.45143.5476.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.58%
GREEN value IS 124 (48.83% from 255) = 46.97%
BLUE value IS 120 (47.27% from 255) = 45.45%
R=7.58%
G=46.97%
B=45.45%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal201241200.8400.030.51177.6972.2228.24
Hex147C78540333b2481c
Octal24174170124036326211034
Binary1010011111001111000101010001111001110110010100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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