#057C7A

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

Shades of Surfie Green #057C7A

Tints of Surfie Green #057C7A

Color information

#057C7A (or 0x057C7A) is unknown color: approx Surfie Green. HEX triplet: 05, 7C and 7A. RGB value is (5,124,122). Sum of RGB (Red+Green+Blue) = 5+124+122=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 124 (48.83% from 255 or 49.40% from 251); Blue value is 122 (48.05% from 255 or 48.61% from 251); Max value from RGB is 124 - color contains mainly: green. Hex color #057C7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057C7A is #FA8385. Grayscale: #585858. Windows color (decimal): -16417670 or 8027141. OLE color: 8027141.

HSL color Cylindrical-coordinate representation of color #057C7A: hue angle of 178.99º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057C7A is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB5124122-
CMYK0.9600.020.51
HSL178.99º92.25%25.29%-
HSV(B)178.99º95.97%48.63%-
XYZ10.7815.8520.9-
YUV88.19147.0868.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.99%
GREEN value IS 124 (48.83% from 255) = 49.40%
BLUE value IS 122 (48.05% from 255) = 48.61%
R=1.99%
G=49.40%
B=48.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51241220.9600.020.51178.9992.2525.29
Hex57C7A600233b35c19
Octal5174172140026326313431
Binary10111111001111010110000001011001110110011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057C7A; }

 p { color: rgb(5,124,122); }

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

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

 a { background-color: rgb(5,124,122); }

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

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

 span { border-color: rgb(5,124,122); }

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