#14777B

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

Shades of Surfie Green #14777B

Tints of Surfie Green #14777B

Color information

#14777B (or 0x14777B) is unknown color: approx Surfie Green. HEX triplet: 14, 77 and 7B. RGB value is (20,119,123). Sum of RGB (Red+Green+Blue) = 20+119+123=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 123 - color contains mainly: blue. Hex color #14777B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14777B is #EB8884. Grayscale: #595959. Windows color (decimal): -15435909 or 8091412. OLE color: 8091412.

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

Color convert

RGB20119123-
CMYK0.840.0300.52
HSL182.33º72.03%28.04%-
HSV(B)182.33º83.74%48.24%-
XYZ10.4614.7721.04-
YUV89.86146.778.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.63%
GREEN value IS 119 (46.88% from 255) = 45.42%
BLUE value IS 123 (48.44% from 255) = 46.95%
R=7.63%
G=45.42%
B=46.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal201191230.840.0300.52182.3372.0328.04
Hex14777B543034b6481c
Octal24167173124306426611034
Binary1010011101111111011101010011011010010110110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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