#0A757A

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

Shades of Surfie Green #0A757A

Tints of Surfie Green #0A757A

Color information

#0A757A (or 0x0A757A) is unknown color: approx Surfie Green. HEX triplet: 0A, 75 and 7A. RGB value is (10,117,122). Sum of RGB (Red+Green+Blue) = 10+117+122=249 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.02% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 122 (48.05% from 255 or 49.00% from 249); Max value from RGB is 122 - color contains mainly: blue. Hex color #0A757A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A757A is #F58A85. Grayscale: #555555. Windows color (decimal): -16091782 or 8025354. OLE color: 8025354.

HSL color Cylindrical-coordinate representation of color #0A757A: hue angle of 182.68º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A757A is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10117122-
CMYK0.920.0400.52
HSL182.68º84.85%25.88%-
HSV(B)182.68º91.8%47.84%-
XYZ1014.1920.62-
YUV85.58148.5574.09-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.02%
GREEN value IS 117 (46.09% from 255) = 46.99%
BLUE value IS 122 (48.05% from 255) = 49.00%
R=4.02%
G=46.99%
B=49.00%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101171220.920.0400.52182.6884.8525.88
HexA757A5C4034b7551a
Octal12165172134406426712532
Binary1010111010111110101011100100011010010110111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A757A; }

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

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

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

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

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

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

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

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