#057076

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

Shades of Surfie Green #057076

Tints of Surfie Green #057076

Color information

#057076 (or 0x057076) is unknown color: approx Surfie Green. HEX triplet: 05, 70 and 76. RGB value is (5,112,118). Sum of RGB (Red+Green+Blue) = 5+112+118=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #057076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057076 is #FA8F89. Grayscale: #505050. Windows color (decimal): -16420746 or 7761925. OLE color: 7761925.

HSL color Cylindrical-coordinate representation of color #057076: hue angle of 183.19º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057076 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5112118-
CMYK0.960.0500.54
HSL183.19º91.87%24.12%-
HSV(B)183.19º95.76%46.27%-
XYZ9.1312.9319.15-
YUV80.69149.0574.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.13%
GREEN value IS 112 (44.14% from 255) = 47.66%
BLUE value IS 118 (46.48% from 255) = 50.21%
R=2.13%
G=47.66%
B=50.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51121180.960.0500.54183.1991.8724.12
Hex57076605036b75c18
Octal5160166140506626713430
Binary101111000011101101100000101011011010110111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057076; }

 p { color: rgb(5,112,118); }

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

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

 a { background-color: rgb(5,112,118); }

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

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

 span { border-color: rgb(5,112,118); }

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