#0A787D

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

Shades of Surfie Green #0A787D

Tints of Surfie Green #0A787D

Color information

#0A787D (or 0x0A787D) is unknown color: approx Surfie Green. HEX triplet: 0A, 78 and 7D. RGB value is (10,120,125). Sum of RGB (Red+Green+Blue) = 10+120+125=255 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.92% from 255); Green value is 120 (47.27% from 255 or 47.06% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #0A787D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A787D is #F58782. Grayscale: #575757. Windows color (decimal): -16091011 or 8222730. OLE color: 8222730.

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

Color convert

RGB10120125-
CMYK0.920.0400.51
HSL182.61º85.19%26.47%-
HSV(B)182.61º92%49.02%-
XYZ10.5414.9821.74-
YUV87.68149.0672.59-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.92%
GREEN value IS 120 (47.27% from 255) = 47.06%
BLUE value IS 125 (49.22% from 255) = 49.02%
R=3.92%
G=47.06%
B=49.02%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101201250.920.0400.51182.6185.1926.47
HexA787D5C4033b7551a
Octal12170175134406326712532
Binary1010111100011111011011100100011001110110111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A787D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,120,125); }

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

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

 a { background-color: rgb(10,120,125); }

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

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

 span { border-color: rgb(10,120,125); }

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