#0C6F7B

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

Shades of Surfie Green #0C6F7B

Tints of Surfie Green #0C6F7B

Color information

#0C6F7B (or 0x0C6F7B) is unknown color: approx Surfie Green. HEX triplet: 0C, 6F and 7B. RGB value is (12,111,123). Sum of RGB (Red+Green+Blue) = 12+111+123=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 123 (48.44% from 255 or 50% from 246); Max value from RGB is 123 - color contains mainly: blue. Hex color #0C6F7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6F7B is #F39084. Grayscale: #525252. Windows color (decimal): -15962245 or 8089356. OLE color: 8089356.

HSL color Cylindrical-coordinate representation of color #0C6F7B: hue angle of 186.49º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C6F7B is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB12111123-
CMYK0.900.1000.52
HSL186.49º82.22%26.47%-
HSV(B)186.49º90.24%48.24%-
XYZ9.4112.8820.73-
YUV82.77150.777.52-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.88%
GREEN value IS 111 (43.75% from 255) = 45.12%
BLUE value IS 123 (48.44% from 255) = 50%
R=4.88%
G=45.12%
B=50%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal121111230.900.1000.52186.4982.2226.47
HexC6F7B5AA034ba521a
Octal141571731321206427212232
Binary11001101111111101110110101010011010010111010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,111,123); }

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

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

 a { background-color: rgb(12,111,123); }

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

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

 span { border-color: rgb(12,111,123); }

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