#147f7b

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

Shades of Surfie Green #147F7B

Tints of Surfie Green #147F7B

Color information

#147F7B (or 0x147F7B) is unknown color: approx Surfie Green. HEX triplet: 14, 7F and 7B. RGB value is (20,127,123). Sum of RGB (Red+Green+Blue) = 20+127+123=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 127 (50% from 255 or 47.04% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 127 - color contains mainly: green. Hex color #147F7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147F7B is #EB8084. Grayscale: #5E5E5E. Windows color (decimal): -15433861 or 8093460. OLE color: 8093460.

HSL color Cylindrical-coordinate representation of color #147F7B: hue angle of 177.76º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147F7B is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB20127123-
CMYK0.8400.030.50
HSL177.76º72.79%28.82%-
HSV(B)177.76º84.25%49.8%-
XYZ11.4516.7621.37-
YUV94.55144.0574.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.41%
GREEN value IS 127 (50% from 255) = 47.04%
BLUE value IS 123 (48.44% from 255) = 45.56%
R=7.41%
G=47.04%
B=45.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal201271230.8400.030.50177.7672.7928.82
Hex147F7B540332b2491d
Octal24177173124036226211135
Binary1010011111111111011101010001111001010110010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147f7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,127,123); }

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

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

 a { background-color: rgb(20,127,123); }

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

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

 span { border-color: rgb(20,127,123); }

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