#05707F

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

Shades of Surfie Green #05707F

Tints of Surfie Green #05707F

Color information

#05707F (or 0x05707F) is unknown color: approx Surfie Green. HEX triplet: 05, 70 and 7F. RGB value is (5,112,127). Sum of RGB (Red+Green+Blue) = 5+112+127=244 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.05% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 127 (50% from 255 or 52.05% from 244); Max value from RGB is 127 - color contains mainly: blue. Hex color #05707F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05707F is #FA8F80. Grayscale: #515151. Windows color (decimal): -16420737 or 8351749. OLE color: 8351749.

HSL color Cylindrical-coordinate representation of color #05707F: hue angle of 187.38º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05707F is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5112127-
CMYK0.960.1200.50
HSL187.38º92.42%25.88%-
HSV(B)187.38º96.06%49.8%-
XYZ9.6913.1522.11-
YUV81.72153.5573.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.05%
GREEN value IS 112 (44.14% from 255) = 45.90%
BLUE value IS 127 (50% from 255) = 52.05%
R=2.05%
G=45.90%
B=52.05%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51121270.960.1200.50187.3892.4225.88
Hex5707F60C032bb5c1a
Octal51601771401406227313432
Binary1011110000111111111000001100011001010111011101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05707F; }

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

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

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

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

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

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

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

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