#14797B

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

Shades of Surfie Green #14797B

Tints of Surfie Green #14797B

Color information

#14797B (or 0x14797B) is unknown color: approx Surfie Green. HEX triplet: 14, 79 and 7B. RGB value is (20,121,123). Sum of RGB (Red+Green+Blue) = 20+121+123=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 121 (47.66% from 255 or 45.83% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 123 - color contains mainly: blue. Hex color #14797B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14797B is #EB8684. Grayscale: #5A5A5A. Windows color (decimal): -15435397 or 8091924. OLE color: 8091924.

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

Color convert

RGB20121123-
CMYK0.840.0200.52
HSL181.17º72.03%28.04%-
HSV(B)181.17º83.74%48.24%-
XYZ10.715.2521.12-
YUV91.03146.0477.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.58%
GREEN value IS 121 (47.66% from 255) = 45.83%
BLUE value IS 123 (48.44% from 255) = 46.59%
R=7.58%
G=45.83%
B=46.59%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal201211230.840.0200.52181.1772.0328.04
Hex14797B542034b5481c
Octal24171173124206426511034
Binary1010011110011111011101010010011010010110101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14797B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14797B; }

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

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

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

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

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

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

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

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