#057675

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

Shades of Surfie Green #057675

Tints of Surfie Green #057675

Color information

#057675 (or 0x057675) is unknown color: approx Surfie Green. HEX triplet: 05, 76 and 75. RGB value is (5,118,117). Sum of RGB (Red+Green+Blue) = 5+118+117=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #057675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057675 is #FA898A. Grayscale: #535353. Windows color (decimal): -16419211 or 7697925. OLE color: 7697925.

HSL color Cylindrical-coordinate representation of color #057675: hue angle of 179.47º 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 #057675 is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB5118117-
CMYK0.9600.010.54
HSL179.47º91.87%24.12%-
HSV(B)179.47º95.76%46.27%-
XYZ9.7514.2719.07-
YUV84.1146.5671.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.08%
GREEN value IS 118 (46.48% from 255) = 49.17%
BLUE value IS 117 (46.09% from 255) = 48.75%
R=2.08%
G=49.17%
B=48.75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51181170.9600.010.54179.4791.8724.12
Hex57675600136b35c18
Octal5166165140016626313430
Binary1011110110111010111000000111011010110011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057675; }

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

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

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

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

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

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

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

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