#147C7A

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

Shades of Surfie Green #147C7A

Tints of Surfie Green #147C7A

Color information

#147C7A (or 0x147C7A) is unknown color: approx Surfie Green. HEX triplet: 14, 7C and 7A. RGB value is (20,124,122). Sum of RGB (Red+Green+Blue) = 20+124+122=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 124 (48.83% from 255 or 46.62% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 124 - color contains mainly: green. Hex color #147C7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147C7A is #EB8385. Grayscale: #5C5C5C. Windows color (decimal): -15434630 or 8027156. OLE color: 8027156.

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

Color convert

RGB20124122-
CMYK0.8400.020.51
HSL178.85º72.22%28.24%-
HSV(B)178.85º83.87%48.63%-
XYZ11.0115.9720.91-
YUV92.68144.5476.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.52%
GREEN value IS 124 (48.83% from 255) = 46.62%
BLUE value IS 122 (48.05% from 255) = 45.86%
R=7.52%
G=46.62%
B=45.86%

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
Decimal201241220.8400.020.51178.8572.2228.24
Hex147C7A540233b3481c
Octal24174172124026326311034
Binary1010011111001111010101010001011001110110011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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