#056F75

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

Shades of Surfie Green #056F75

Tints of Surfie Green #056F75

Color information

#056F75 (or 0x056F75) is unknown color: approx Surfie Green. HEX triplet: 05, 6F and 75. RGB value is (5,111,117). Sum of RGB (Red+Green+Blue) = 5+111+117=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 111 (43.75% from 255 or 47.64% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #056F75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056F75 is #FA908A. Grayscale: #4F4F4F. Windows color (decimal): -16421003 or 7696133. OLE color: 7696133.

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

Color convert

RGB5111117-
CMYK0.960.0500.54
HSL183.21º91.8%23.92%-
HSV(B)183.21º95.73%45.88%-
XYZ8.9612.6918.81-
YUV79.99148.8874.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.15%
GREEN value IS 111 (43.75% from 255) = 47.64%
BLUE value IS 117 (46.09% from 255) = 50.21%
R=2.15%
G=47.64%
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
Decimal51111170.960.0500.54183.2191.823.92
Hex56F75605036b75c18
Octal5157165140506626713430
Binary101110111111101011100000101011011010110111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056F75; }

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

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

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

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

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

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

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

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