#10757A

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

Shades of Surfie Green #10757A

Tints of Surfie Green #10757A

Color information

#10757A (or 0x10757A) is unknown color: approx Surfie Green. HEX triplet: 10, 75 and 7A. RGB value is (16,117,122). Sum of RGB (Red+Green+Blue) = 16+117+122=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 122 - color contains mainly: blue. Hex color #10757A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10757A is #EF8A85. Grayscale: #575757. Windows color (decimal): -15698566 or 8025360. OLE color: 8025360.

HSL color Cylindrical-coordinate representation of color #10757A: hue angle of 182.83º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10757A is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB16117122-
CMYK0.870.0400.52
HSL182.83º76.81%27.06%-
HSV(B)182.83º86.89%47.84%-
XYZ10.0914.2420.63-
YUV87.37147.5477.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.27%
GREEN value IS 117 (46.09% from 255) = 45.88%
BLUE value IS 122 (48.05% from 255) = 47.84%
R=6.27%
G=45.88%
B=47.84%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal161171220.870.0400.52182.8376.8127.06
Hex10757A574034b74d1b
Octal20165172127406426711533
Binary10000111010111110101010111100011010010110111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10757A; }

 p { color: rgb(16,117,122); }

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

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

 a { background-color: rgb(16,117,122); }

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

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

 span { border-color: rgb(16,117,122); }

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