#14787A

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

Shades of Surfie Green #14787A

Tints of Surfie Green #14787A

Color information

#14787A (or 0x14787A) is unknown color: approx Surfie Green. HEX triplet: 14, 78 and 7A. RGB value is (20,120,122). Sum of RGB (Red+Green+Blue) = 20+120+122=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 120 (47.27% from 255 or 45.80% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 122 - color contains mainly: blue. Hex color #14787A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14787A is #EB8785. Grayscale: #5A5A5A. Windows color (decimal): -15435654 or 8026132. OLE color: 8026132.

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

Color convert

RGB20120122-
CMYK0.840.0200.52
HSL181.18º71.83%27.84%-
HSV(B)181.18º83.61%47.84%-
XYZ10.5214.9920.75-
YUV90.33145.8777.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.63%
GREEN value IS 120 (47.27% from 255) = 45.80%
BLUE value IS 122 (48.05% from 255) = 46.56%
R=7.63%
G=45.80%
B=46.56%

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
Decimal201201220.840.0200.52181.1871.8327.84
Hex14787A542034b5481c
Octal24170172124206426511034
Binary1010011110001111010101010010011010010110101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14787A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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