#10757B

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

Shades of Surfie Green #10757B

Tints of Surfie Green #10757B

Color information

#10757B (or 0x10757B) is unknown color: approx Surfie Green. HEX triplet: 10, 75 and 7B. RGB value is (16,117,123). Sum of RGB (Red+Green+Blue) = 16+117+123=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #10757B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10757B is #EF8A84. Grayscale: #575757. Windows color (decimal): -15698565 or 8090896. OLE color: 8090896.

HSL color Cylindrical-coordinate representation of color #10757B: hue angle of 183.36º 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 #10757B is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB16117123-
CMYK0.870.0500.52
HSL183.36º76.98%27.25%-
HSV(B)183.36º86.99%48.24%-
XYZ10.1514.2620.96-
YUV87.49148.0477.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.25%
GREEN value IS 117 (46.09% from 255) = 45.70%
BLUE value IS 123 (48.44% from 255) = 48.05%
R=6.25%
G=45.70%
B=48.05%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal161171230.870.0500.52183.3676.9827.25
Hex10757B575034b74d1b
Octal20165173127506426711533
Binary10000111010111110111010111101011010010110111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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