#14787B

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

Shades of Surfie Green #14787B

Tints of Surfie Green #14787B

Color information

#14787B (or 0x14787B) is unknown color: approx Surfie Green. HEX triplet: 14, 78 and 7B. RGB value is (20,120,123). Sum of RGB (Red+Green+Blue) = 20+120+123=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 123 (48.44% from 255 or 46.77% from 263); Max value from RGB is 123 - color contains mainly: blue. Hex color #14787B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14787B is #EB8784. Grayscale: #5A5A5A. Windows color (decimal): -15435653 or 8091668. OLE color: 8091668.

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

Color convert

RGB20120123-
CMYK0.840.0200.52
HSL181.75º72.03%28.04%-
HSV(B)181.75º83.74%48.24%-
XYZ10.5815.0121.08-
YUV90.44146.3777.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.60%
GREEN value IS 120 (47.27% from 255) = 45.63%
BLUE value IS 123 (48.44% from 255) = 46.77%
R=7.60%
G=45.63%
B=46.77%

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
Decimal201201230.840.0200.52181.7572.0328.04
Hex14787B542034b6481c
Octal24170173124206426611034
Binary1010011110001111011101010010011010010110110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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